2011-11-25 17:24:57 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.9 2011/11/25 17:24:57 sthen Exp $
|
2011-05-23 22:49:00 +00:00
|
|
|
|
|
|
|
SHARED_ONLY= Yes
|
|
|
|
|
|
|
|
COMMENT= Sieve mail filtering for Dovecot
|
|
|
|
|
2011-11-25 17:24:57 +00:00
|
|
|
V_SIEVE= 0.2.5
|
2011-05-23 22:49:00 +00:00
|
|
|
V_DOVECOT= 2.0
|
|
|
|
|
|
|
|
DISTNAME= dovecot-${V_DOVECOT}-pigeonhole-${V_SIEVE}
|
|
|
|
EPOCH= 0
|
|
|
|
CATEGORIES= mail
|
2011-09-01 10:54:17 +00:00
|
|
|
PKGNAME= dovecot-pigeonhole-${V_SIEVE}
|
2011-05-23 22:49:00 +00:00
|
|
|
MASTER_SITES= http://www.rename-it.nl/dovecot/${V_DOVECOT}/
|
|
|
|
|
2011-06-10 13:48:52 +00:00
|
|
|
SHARED_LIBS= dovecot-sieve 0.1
|
2011-05-23 22:49:00 +00: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-07 00:44:52 +00:00
|
|
|
|
|
|
|
WANTLIB= ${MODLIBICONV_WANTLIB} c crypto ssl \
|
2011-05-23 22:49:00 +00:00
|
|
|
lib/dovecot/dovecot-lda lib/dovecot/dovecot-login \
|
|
|
|
lib/dovecot/dovecot-storage lib/dovecot/dovecot
|
|
|
|
|
|
|
|
MODULES= converters/libiconv
|
|
|
|
LIB_DEPENDS= mail/dovecot>=2.0
|
|
|
|
|
|
|
|
USE_LIBTOOL= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
2011-06-09 21:45:44 +00:00
|
|
|
CONFIGURE_ARGS= --docdir=${PREFIX}/share/doc
|
2011-05-23 22:49:00 +00: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>
|