diff options
author | Brian Somers <brian@FreeBSD.org> | 2002-04-15 00:00:48 +0000 |
---|---|---|
committer | Brian Somers <brian@FreeBSD.org> | 2002-04-15 00:00:48 +0000 |
commit | 7a23c1240d1a3c50b23316279b7c754c9e0a5e5c (patch) | |
tree | 686178b8cb5951ff564ea925e9fd38e5ff1b08c0 /news/leafnode/Makefile | |
parent | 949f7b3ffa98bdf1b32907758ab00238acf1182c (diff) | |
download | ports-7a23c1240d1a3c50b23316279b7c754c9e0a5e5c.tar.gz ports-7a23c1240d1a3c50b23316279b7c754c9e0a5e5c.zip |
Notes
Diffstat (limited to 'news/leafnode/Makefile')
-rw-r--r-- | news/leafnode/Makefile | 29 |
1 files changed, 21 insertions, 8 deletions
diff --git a/news/leafnode/Makefile b/news/leafnode/Makefile index 7949509e1080..67a9ab139188 100644 --- a/news/leafnode/Makefile +++ b/news/leafnode/Makefile @@ -6,24 +6,37 @@ # PORTNAME= leafnode -PORTVERSION= 1.9.19 +PORTVERSION= 1.9.21 CATEGORIES= news MASTER_SITES= ftp://wpxx02.toxi.uni-wuerzburg.de/pub/ \ - ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \ - ftp://ftp.stikman.com/pub/leafnode/ \ - ftp://ftp.gigabell.net/pub/leafnode/ \ ${MASTER_SITE_SUNSITE} \ + ftp://ftp.karlsruhe.org/pub/news/servers/leafnode/ \ + ftp://ftp.stikman.com/pub/leafnode/ \ + ftp://ftp.gigabell.net/pub/leafnode/ \ http://www.Awfulhak.org/leafnode/ MASTER_SITE_SUBDIR= system/news/transport +DISTNAME= ${PORTNAME}-${PORTVERSION}.rel MAINTAINER= brian@FreeBSD.org +LIB_DEPENDS= pcre.0:${PORTSDIR}/devel/pcre + GNU_CONFIGURE= yes -CONFIGURE_ARGS= --quiet -MAKE_ARGS= LOCKFILE=/var/spool/lock/news/fetchnews.lck \ - LIBDIR=${PREFIX}/lib/leafnode +CONFIGURE_ARGS= --quiet --sysconfdir=${LOCALBASE}/etc/leafnode \ + --with-lockfile=/var/spool/lock/news/leafnode.lck \ + --with-spooldir=/var/spool/news +MAKE_ARGS= MAN1= newsq.1 -MAN7= pcre.7 MAN8= fetchnews.8 applyfilter.8 leafnode.8 texpire.8 checkgroups.8 +post-install: +.if !defined(NOPORTDOCS) + ${MKDIR} ${LOCALBASE}/share/doc/${PORTNAME} + for i in ChangeLog CREDITS FAQ INSTALL NEWS README \ + README.FIRST TODO ; do \ + ${INSTALL_MAN} ${WRKSRC}/$$i \ + ${LOCALBASE}/share/doc/${PORTNAME} ; done +.endif + ${CAT} pkg-message + .include <bsd.port.mk> |