summaryrefslogtreecommitdiff
path: root/news/gup/Makefile
diff options
context:
space:
mode:
authorSteve Price <steve@FreeBSD.org>1999-06-09 00:35:34 +0000
committerSteve Price <steve@FreeBSD.org>1999-06-09 00:35:34 +0000
commit88448775a3813a03cdfc8ce0af3761df3c84ce45 (patch)
tree0f6e367a41b4b60740507e0d55d76d321b954d20 /news/gup/Makefile
parentAdd the brouted port. (diff)
Initial import of gup version 0.4.
Allows remote sites to change their newsgroup subscriptions. PR: 11602 Submitted by: Denis Shaposhnikov <wizard@vlink.ru>
Notes
Notes: svn path=/head/; revision=19353
Diffstat (limited to 'news/gup/Makefile')
-rw-r--r--news/gup/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/news/gup/Makefile b/news/gup/Makefile
new file mode 100644
index 000000000000..533cc2fbf62e
--- /dev/null
+++ b/news/gup/Makefile
@@ -0,0 +1,26 @@
+# New ports collection makefile for: gup
+# Version required: 0.4
+# Date created: 22 November 1998
+# Whom: Denis Shaposhnikov <wizard@vlink.ru>
+#
+# $Id$
+#
+
+DISTNAME= gup-0.4
+CATEGORIES= news
+MASTER_SITES= ftp://ftp.isc.org/isc/inn/unoff-contrib/
+
+MAINTAINER= wizard@vlink.ru
+
+WRKSRC= ${WRKDIR}/gup
+
+MAN1= gup.1
+
+do-configure:
+ @${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/gup ${PREFIX}/libexec
+ ${INSTALL_MAN} ${WRKSRC}/gup.1 ${MANPREFIX}/man/man1
+
+.include <bsd.port.mk>