Files
kn 274c9e7b2c Backout upstream commit via local patch instead of fetching it
Reminded by sthen:

Changing the contents of a patchfile (or distfile) without changing
the filename breaks bulk builds, which share distfiles between a range
of -stable and -current machines, building from different versions of
the ports tree, with builds lasting up to around a month.

sr.ht includes the version number of git at the bottom of patches,
so it's guaranteed to change again.
2025-03-18 22:30:00 +00:00

39 lines
849 B
Makefile

COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.5.1
REVISION= 0
CATEGORIES= mail
SITES= ${SITE_SOURCEFORGE:=isync/}
HOMEPAGE= https://isync.sourceforge.net/
MAINTAINER= Klemens Nanni <kn@openbsd.org>
# GPLv2+
PERMIT_PACKAGE= Yes
# uses pledge()
WANTLIB= c crypto db sasl2 ssl z
# on sparc64 ports-clang fails due to `-no-intergrated-as' default
COMPILER= base-clang ports-gcc
COMPILER_LANGS= c
LIB_DEPENDS= databases/db/v4 \
security/cyrus-sasl2
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db4" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
DEBUG_PACKAGES= ${BUILD_PACKAGES}
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
mv ${PREFIX}/share/doc/isync/examples ${PREFIX}/share/examples/isync
.include <bsd.port.mk>