czarkoff f5b65c7850 bump revision
In case anyone already built the port between update to 1.2.0 and patch addition.
2015-04-04 04:24:37 +00:00

31 lines
717 B
Makefile

# $OpenBSD: Makefile,v 1.28 2015/04/04 04:24:37 czarkoff Exp $
COMMENT= synchronize IMAP4 and maildir mailboxes
DISTNAME= isync-1.2.0
REVISION= 0
CATEGORIES= mail
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
HOMEPAGE= http://isync.sourceforge.net/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
WANTLIB= c crypto db sasl2 ssl z
LIB_DEPENDS= databases/db/v4 \
security/cyrus-sasl2
SEPARATE_BUILD= Yes
CONFIGURE_STYLE= gnu
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db4 -g" \
CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
mv ${PREFIX}/share/doc/isync/examples ${PREFIX}/share/examples/isync
.include <bsd.port.mk>