diff options
Diffstat (limited to 'mail/opendkim/Makefile')
-rw-r--r-- | mail/opendkim/Makefile | 19 |
1 files changed, 9 insertions, 10 deletions
diff --git a/mail/opendkim/Makefile b/mail/opendkim/Makefile index 20b21cc85d6..0e910a915a5 100644 --- a/mail/opendkim/Makefile +++ b/mail/opendkim/Makefile @@ -1,5 +1,4 @@ -# $NetBSD: Makefile,v 1.4 2011/04/28 23:00:07 pettai Exp $ -# +# $NetBSD: Makefile,v 1.5 2011/04/29 11:48:24 adam Exp $ DISTNAME= opendkim-2.3.2 CATEGORIES= mail @@ -12,9 +11,12 @@ LICENSE= sendmail-open-source-license PKG_DESTDIR_SUPPORT= user-destdir -USE_TOOLS+= pkg-config -USE_LIBTOOL= yes -FILES_SUBST+= DKIM_USER=${DKIM_USER:Q} DKIM_GROUP=${DKIM_GROUP:Q} +USE_LIBTOOL= yes +USE_TOOLS+= pkg-config +GNU_CONFIGURE= yes +CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} + +FILES_SUBST+= DKIM_USER=${DKIM_USER} DKIM_GROUP=${DKIM_GROUP} BUILD_DEFS+= VARBASE DKIM_USER DKIM_GROUP DKIM_USER?= opendkim @@ -30,16 +32,13 @@ PKGCONFIG_OVERRIDE+= libar/ar.pc.in PKGCONFIG_OVERRIDE+= libopendkim/opendkim.pc.in PKGCONFIG_OVERRIDE+= libvbr/vbr.pc.in -GNU_CONFIGURE= yes -CONFIGURE_ARGS+= --sysconfdir=${PKG_SYSCONFDIR} - .include "options.mk" PLIST_SRC+= ${PKGDIR}/PLIST -BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8 +BUILDLINK_API_DEPENDS.openssl+= openssl>=0.9.8 .include "../../security/openssl/buildlink3.mk" -BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 +BUILDLINK_API_DEPENDS.libmilter+= libmilter>=8.13.0 .include "../../mail/libmilter/buildlink3.mk" .include "../../mk/pthread.buildlink3.mk" .include "../../mk/bsd.pkg.mk" |