pkglint clean-up
This commit is contained in:
parent
3e195e0314
commit
d22c77bae6
3 changed files with 15 additions and 16 deletions
|
@ -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"
|
||||
|
|
|
@ -1,3 +1,3 @@
|
|||
@comment $NetBSD: PLIST.stats,v 1.2 2011/04/28 23:00:07 pettai Exp $
|
||||
man/man8/opendkim-stats.8
|
||||
@comment $NetBSD: PLIST.stats,v 1.3 2011/04/29 11:48:24 adam Exp $
|
||||
bin/opendkim-stats
|
||||
man/man8/opendkim-stats.8
|
||||
|
|
|
@ -1,8 +1,8 @@
|
|||
# $NetBSD: options.mk,v 1.2 2011/03/13 23:31:31 pettai Exp $
|
||||
# $NetBSD: options.mk,v 1.3 2011/04/29 11:48:24 adam Exp $
|
||||
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim
|
||||
PKG_SUPPORTED_OPTIONS= filter debug dkim-stats vbr
|
||||
PKG_SUGGESTED_OPTIONS= filter
|
||||
PKG_OPTIONS_VAR= PKG_OPTIONS.opendkim
|
||||
PKG_SUPPORTED_OPTIONS= filter debug dkim-stats vbr
|
||||
PKG_SUGGESTED_OPTIONS= filter
|
||||
|
||||
.include "../../mk/bsd.options.mk"
|
||||
|
||||
|
|
Loading…
Reference in a new issue