# New ports collection makefile for: nntpcache # Date created: 6 January 1997 # Whom: proff@suburbia.net # # $FreeBSD$ # PORTNAME= nntpcache PORTVERSION= 3.0.2 PORTREVISION= 6 CATEGORIES= news MASTER_SITES= http://www.xs4all.nl/~suelette/ MAINTAINER= leeym@FreeBSD.org COMMENT= News caching/anti-spam/server-merging system USE_AUTOTOOLS= automake:15:env # This may be set interactively at install-time. NNTPCache will # cache news articles and related data in ${SPOOLDIR}/nntpcache. SPOOLDIR?= /var/spool NO_CDROM= Free for individuals and non-military, non-profit organisations only USE_GMAKE= yes GNU_CONFIGURE= yes CONFIGURE_ARGS= --localstatedir=${SPOOLDIR} AUTHINFO_EXT= authinfo_pam.ext USE_RC_SUBR= nntpcached OPTIONS= LDAP "OpenLDAP support" off \ RADIUS "RADIUS support" off \ SPAMPHOBIA "Spamphobia NoCeM support" off .include .if !defined(WITHOUT_RADIUS) CONFIGURE_ARGS+= --with-authinfo-radius AUTHINFO_EXT+= authinfo_radius.ext .endif .if defined(WITH_LDAP) || defined(WITH_LDAP2) USE_OPENLDAP= yes CONFIGURE_ARGS+= --with-authinfo-ldap CPPFLAGS+= -I${PREFIX}/include -I${LOCALBASE}/include LDFLAGS+= -L${PREFIX}/lib -L${LOCALBASE}/lib AUTHINFO_EXT+= authinfo_ldap.ext CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}" .endif CONFIGURE_ARGS+= --program-transform-name='' NNTPSPOOLDIR?= ${SPOOLDIR}/${PORTNAME} PLIST_SUB+= SPOOLDIR=${NNTPSPOOLDIR} CPIO_CMD= ${CPIO} --quiet -pdum -R MAN8= nntpcached.8 newshound.8 PORTDOCS= AUTHORS ChangeLog FAQ FAQ.html HACKING HTML \ INSTALL LICENSING NEWS README README.INN VERSION .if defined(WITH_SPAMPHOBIA) REVISEDATE= 20060903 PATCH_SITES+= http://people.freebsd.org/~leeym/:SPAMPHOBIA PATCHFILES+= ${DISTNAME}-spamphobia-${REVISEDATE}.diff.gz:SPAMPHOBIA .endif post-configure: @cd ${WRKSRC}/src && ${GMAKE} ${AUTHINFO_EXT} post-install: @ ${MKDIR} ${NNTPSPOOLDIR} && ${CHMOD} 750 ${NNTPSPOOLDIR} @ ${CP} ${PREFIX}/etc/${PORTNAME}/VERSION ${NNTPSPOOLDIR} && \ ${CHMOD} 640 ${NNTPSPOOLDIR}/VERSION @ ${CHOWN} -R news:news ${NNTPSPOOLDIR} .if !defined(NOPORTDOCS) @ ${MKDIR} ${DOCSDIR} @ cd ${WRKSRC} && ${FIND} ${PORTDOCS} \ | ${CPIO_CMD} ${SHAREOWN}:${SHAREGRP} ${DOCSDIR} .endif .include on value='dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2'>dependabot/npm_and_yarn/devel/electron4/files/lodash.merge-4.6.2 FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Update to 0.7.13mm2012-07-031-2/+2
* Update to 0.7.12mm2012-04-251-2/+2
* Update to 0.7.11mm2012-01-131-2/+2
* Update to 0.7.8mm2011-12-021-2/+2
* Update to 0.7.7mm2011-11-081-2/+2
* Update to 0.7.6mm2011-10-101-2/+2
* Update to 0.7.5mm2011-09-271-2/+2
* Update to 0.7.4mm2011-09-191-2/+2
* Update to 0.7.3mm2011-08-231-2/+2
* Update to 0.7.2mm2011-08-091-2/+2
* Update ffmpeg to 0.7.1mm2011-06-251-2/+2
* Update to 0.6.3mm2011-05-031-2/+2
* - Add LICENSE informationmm2011-03-221-1/+0
* - Update to 0.6.1mm2010-10-191-3/+3
* - Update ffmpeg to 0.6mm2010-07-251-3/+3
* - Update to 0.5.2mm2010-05-30