diff options
author | Adam David <adam@FreeBSD.org> | 1994-10-01 20:28:26 +0000 |
---|---|---|
committer | Adam David <adam@FreeBSD.org> | 1994-10-01 20:28:26 +0000 |
commit | a6a7923c12f74aec93adddda8ce0785f6b737e72 (patch) | |
tree | b4f12564f95a06fc3d0fc5d50e7e40749b69e8fe /news/nntp/Makefile | |
parent | 4.4 fixes. Also added all: target to makefile (diff) |
NNTP with NOV.
xthread/xindex not enabled or tested.
Makefile will need revising after new bsd.port.mk
dependence on pre-configure target is broken, DEPENDS is a comment for now.
Diffstat (limited to 'news/nntp/Makefile')
-rw-r--r-- | news/nntp/Makefile | 17 |
1 files changed, 17 insertions, 0 deletions
diff --git a/news/nntp/Makefile b/news/nntp/Makefile new file mode 100644 index 000000000000..8396a4d9b6ad --- /dev/null +++ b/news/nntp/Makefile @@ -0,0 +1,17 @@ +# New ports collection makefile for: nntp +# Version required: t5 +# Date created: 29 September 1994 +# Whom: adam +# +# $Id: Makefile,v 1.1.1.1 1994/09/25 18:59:07 adam Exp $ +# + +DISTNAME= nntp-t5 +MASTER_SITES= ftp://nic.sura.net/pub/news/software/nntp/ +#DO_NADA= echo ${.TARGET}: +#DEPENDS= news/cnews + +pre-configure: + @cp ${WRKSRC}/conf.h.dist ${WRKSRC}/conf.h + +.include <bsd.port.mk> |