From 88448775a3813a03cdfc8ce0af3761df3c84ce45 Mon Sep 17 00:00:00 2001 From: Steve Price Date: Wed, 9 Jun 1999 00:35:34 +0000 Subject: Initial import of gup version 0.4. Allows remote sites to change their newsgroup subscriptions. PR: 11602 Submitted by: Denis Shaposhnikov --- news/gup/Makefile | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 news/gup/Makefile (limited to 'news/gup/Makefile') 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 +# +# $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 -- cgit v1.2.3