summaryrefslogtreecommitdiff
path: root/news/inn-current/Makefile
diff options
context:
space:
mode:
authorTorsten Blum <torstenb@FreeBSD.org>1996-12-18 23:32:28 +0000
committerTorsten Blum <torstenb@FreeBSD.org>1996-12-18 23:32:28 +0000
commitab58b4a30fde61ef0b29e05cd79399ab86e23079 (patch)
tree29eaa858dd92471df34afd868f61205f135cc8a5 /news/inn-current/Makefile
parentChange updates file (diff)
Upgrade to 1.5.1
Notes
Notes: svn path=/head/; revision=5026
Diffstat (limited to 'news/inn-current/Makefile')
-rw-r--r--news/inn-current/Makefile44
1 files changed, 25 insertions, 19 deletions
diff --git a/news/inn-current/Makefile b/news/inn-current/Makefile
index 5863858f07af..dcc95ae74ffd 100644
--- a/news/inn-current/Makefile
+++ b/news/inn-current/Makefile
@@ -1,34 +1,40 @@
# New ports collection makefile for: inn
-# Version required: 1.4
-# Date created: 20 Oct 1994
+# Version required: 1.5.1
+# Date created: 20 Oct 1994 (1.4), 18 Dec 1996 (1.5.1)
# Whom: torstenb
#
-# $Id: Makefile,v 1.20 1996/12/08 05:08:58 max Exp $
+# $Id: Makefile,v 1.21 1996/12/08 05:13:24 max Exp $
#
-DISTNAME= inn1.4sec
-PKGNAME= inn-1.4
+DISTNAME= inn-1.5.1
CATEGORIES= news
-MASTER_SITES= ftp://ftp.uu.net/networking/news/nntp/inn/
-EXTRACT_SUFX= .tar.Z
+MASTER_SITES= ftp://ftp.isc.org/isc/inn/
-PATCH_SITES= ftp://ftp.math.psu.edu/pub/INN/patches/OLD/
-PATCHFILES= select-loop-bug.patch innxmit-long-lines.patch
MAINTAINER= torstenb@FreeBSD.ORG
+# If you want PGP verification of control messages set PGPVERIFY to "DO"
+PGPVERIFY?= DONT
+
+# FreeBSD 2.2 comes with tcl in the base system, so it's enabled by default
+# if you want to disable tcl support, set USE_TCL to "DONT"
+# if you want to enable perl5 support, set USE_PERL5 to "DO"
+USE_TCL?= DO
+USE_PERL5?= DONT
+
NO_PACKAGE= "Too many compile-time options"
-NO_WRKSUBDIR= yes
MAN1= convdate.1 getlist.1 grephistory.1 inews.1 innconfval.1 installit.1 \
- nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1
-MAN3= clientlib.3 ddbz.3 inndcomm.3 libinn.3 parsedate.3 qio.3 wildmat.3
-MAN5= active.5 control.ctl.5 expire.ctl.5 history.5 hosts.nntp.5 \
- inn.conf.5 innwatch.ctl.5 moderators.5 newsfeeds.5 newslog.5 \
- nnrp.access.5 nntpsend.ctl.5 overview.fmt.5 distrib.pats.5 \
- passwd.nntp.5
-MAN8= archive.8 batcher.8 buffchan.8 ctlinnd.8 cvtbatch.8 expire.8 \
- expireover.8 fastrm.8 filechan.8 innd.8 innxmit.8 news-recovery.8 \
- news.daily.8 newslog.8 nnrpd.8 nntpsend.8 overchan.8 prunehistory.8
+ nntpget.1 rnews.1 shlock.1 shrinkfile.1 subst.1
+MAN3= clientlib.3 dbz.3 inndcomm.3 libinn.3 parsedate.3 qio.3 wildmat.3
+MAN5= active.5 control.ctl.5 distrib.pats.5 expire.ctl.5 history.5 \
+ hosts.nntp.5 inn.conf.5 innwatch.ctl.5 moderators.5 newsfeeds.5 \
+ newslog.5 nnrp.access.5 nntpsend.ctl.5 overview.fmt.5 passwd.nntp.5
+MAN8= actsync.8 archive.8 batcher.8 buffchan.8 crosspost.8 ctlinnd.8 \
+ cvtbatch.8 expire.8 expireover.8 expirerm.8 fastrm.8 filechan.8 \
+ inncheck.8 innd.8 innlog.pl.8 innstat.8 innwatch.8 innxbatch.8 \
+ innxmit.8 makeactive.8 makehistory.8 news-recovery.8 nnrpd.8 \
+ news.daily.8 newslog.8 newsrequeue.8 nntpsend.8 overchan.8 \
+ prunehistory.8 scanlogs.8 tally.control.8 tally.unwanted.8 writelog.8
pre-configure:
echo "${CFLAGS}" >/tmp/build-ports-news-inn-cflags