2020-01-18 11:13:46 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.42 2020/01/18 11:13:46 kn Exp $
|
2001-03-28 19:35:25 +00:00
|
|
|
|
2013-03-02 12:39:56 +00:00
|
|
|
COMMENT= synchronize IMAP4 and maildir mailboxes
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2019-06-13 11:42:37 +00:00
|
|
|
DISTNAME= isync-1.3.1
|
2020-01-18 11:13:46 +00:00
|
|
|
REVISION= 0
|
2018-05-08 22:07:42 +00:00
|
|
|
|
2001-02-19 16:19:45 +00:00
|
|
|
CATEGORIES= mail
|
2004-04-20 19:11:34 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=isync/}
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2004-04-20 19:11:34 +00:00
|
|
|
HOMEPAGE= http://isync.sourceforge.net/
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2018-05-08 22:07:42 +00:00
|
|
|
MAINTAINER= Klemens Nanni <kn@openbsd.org>
|
|
|
|
|
|
|
|
# GPLv2+
|
2019-07-12 20:46:54 +00:00
|
|
|
PERMIT_PACKAGE= Yes
|
2012-10-12 13:43:00 +00:00
|
|
|
|
2018-05-08 22:07:42 +00:00
|
|
|
# uses pledge()
|
2015-04-03 18:51:46 +00:00
|
|
|
WANTLIB= c crypto db sasl2 ssl z
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2017-11-17 00:22:39 +00:00
|
|
|
COMPILER= base-clang ports-clang ports-gcc
|
2017-08-10 15:08:54 +00:00
|
|
|
|
2015-04-03 18:51:46 +00:00
|
|
|
LIB_DEPENDS= databases/db/v4 \
|
|
|
|
security/cyrus-sasl2
|
2008-05-14 07:52:53 +00:00
|
|
|
|
2012-03-29 13:38:12 +00:00
|
|
|
SEPARATE_BUILD= Yes
|
2001-02-19 16:19:45 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2018-05-08 22:07:42 +00:00
|
|
|
CONFIGURE_ENV+= CFLAGS="${CFLAGS} -I${LOCALBASE}/include/db4" \
|
2015-04-03 18:51:46 +00:00
|
|
|
CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2001-02-19 16:19:45 +00:00
|
|
|
|
2002-05-25 06:19:07 +00:00
|
|
|
post-install:
|
2015-04-03 18:51:46 +00:00
|
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples
|
|
|
|
mv ${PREFIX}/share/doc/isync/examples ${PREFIX}/share/examples/isync
|
2002-05-25 06:19:07 +00:00
|
|
|
|
2001-02-19 16:19:45 +00:00
|
|
|
.include <bsd.port.mk>
|