diff options
author | wiz <wiz@pkgsrc.org> | 2005-12-01 20:10:41 +0000 |
---|---|---|
committer | wiz <wiz@pkgsrc.org> | 2005-12-01 20:10:41 +0000 |
commit | 4c538e27bc38ac29c1e7628554f82b65b84303ec (patch) | |
tree | bfb2824df9da26dab25199eb0ae2286f523a6ae1 /news/nntpcache/Makefile | |
parent | 5a22c2238de561e03cabcd5a9d080a382f21554a (diff) | |
download | pkgsrc-4c538e27bc38ac29c1e7628554f82b65b84303ec.tar.gz |
Convert to options framework.
Fix a pkglint quoting warning while here.
XXX: openldap option disabled, since package does not compile with it.
XXX: package should use PKG_SYSCONFDIR and rc.d script frameworks.
Diffstat (limited to 'news/nntpcache/Makefile')
-rw-r--r-- | news/nntpcache/Makefile | 17 |
1 files changed, 3 insertions, 14 deletions
diff --git a/news/nntpcache/Makefile b/news/nntpcache/Makefile index 6c609383123..f62c11c023a 100644 --- a/news/nntpcache/Makefile +++ b/news/nntpcache/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.23 2005/05/22 20:08:26 jlam Exp $ +# $NetBSD: Makefile,v 1.24 2005/12/01 20:10:41 wiz Exp $ DISTNAME= nntpcache-3.0.1 CATEGORIES= news @@ -11,22 +11,11 @@ COMMENT= NNTP multi-server caching daemon LICENSE= fee-based-commercial-use -# enable pgp signed nocem support? -NNTP_USE_PGP?= no - -.if defined(USE_OPENLDAP) && !empty(USE_OPENLDAP:M[Yy][Ee][Ss]) -DEPENDS+= openldap-[0-9]*:../../databases/openldap -.endif - -.if ${NNTP_USE_PGP} == yes -DEPENDS+= pgp-2.*:../../security/pgp2 -.endif - -BUILD_DEFS+= USE_OPENLDAP NNTP_USE_PGP +.include "options.mk" GNU_CONFIGURE= yes CONFIGURE_ARGS+= --localstatedir=${VARBASE}/spool -CONFIGURE_ENV+= INSTALL_SCRIPT="${INSTALL_SCRIPT}" +CONFIGURE_ENV+= INSTALL_SCRIPT=${INSTALL_SCRIPT:Q} USE_TOOLS+= gmake INSTALL_TARGET= SUBDIRS="cf src filters http doc pgp contrib/newshound contrib/perlnewshound innreport scripts unixauth" \ |