2012-07-08 19:15:29 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.16 2012/07/08 23:15:29 sthen Exp $
|
2011-05-23 18:49:00 -04:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= Sieve mail filtering for Dovecot
|
|
|
|
|
2012-06-08 18:05:03 -04:00
|
|
|
V_SIEVE= 0.3.1
|
|
|
|
V_DOVECOT= 2.1
|
2012-07-08 19:15:29 -04:00
|
|
|
V_DOVECOT_FULL= 2.1.8
|
2011-05-23 18:49:00 -04:00
|
|
|
|
|
|
|
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
|
2012-07-08 19:15:29 -04:00
|
|
|
REVISION= 0
|
2011-05-23 18:49:00 -04:00
|
|
|
EPOCH= 0
|
|
|
|
CATEGORIES= mail
|
2011-09-01 06:54:17 -04:00
|
|
|
PKGNAME= dovecot-pigeonhole-${V_SIEVE}
|
2011-05-23 18:49:00 -04:00
|
|
|
MASTER_SITES= http://www.rename-it.nl/dovecot/${V_DOVECOT}/
|
|
|
|
|
2012-06-08 18:05:03 -04:00
|
|
|
SHARED_LIBS= dovecot-sieve 1.0
|
2011-05-23 18:49:00 -04:00
|
|
|
|
|
|
|
HOMEPAGE= http://pigeonhole.dovecot.org/
|
|
|
|
|
|
|
|
MAINTAINER= Brad Smith <brad@comstyle.com>
|
|
|
|
|
|
|
|
# LGPLv2.1
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2011-07-06 20:44:52 -04:00
|
|
|
|
|
|
|
WANTLIB= ${MODLIBICONV_WANTLIB} c crypto ssl \
|
2011-05-23 18:49:00 -04:00
|
|
|
lib/dovecot/dovecot-lda lib/dovecot/dovecot-login \
|
|
|
|
lib/dovecot/dovecot-storage lib/dovecot/dovecot
|
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
2012-01-16 11:34:41 -05:00
|
|
|
LIB_DEPENDS= mail/dovecot=${V_DOVECOT_FULL}
|
2011-05-23 18:49:00 -04:00
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2011-06-09 17:45:44 -04:00
|
|
|
CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc
|
2011-05-23 18:49:00 -04:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@find ${PREFIX}/lib/dovecot -name '*.a' -print | xargs rm
|
|
|
|
@find ${PREFIX}/lib/dovecot -name '*.la' -print | xargs rm
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|