1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-13 23:36:08 +00:00
freebsd-ports/news/gup/Makefile
Steve Price 88448775a3 Initial import of gup version 0.4.
Allows remote sites to change their newsgroup subscriptions.

PR:		11602
Submitted by:	Denis Shaposhnikov <wizard@vlink.ru>
1999-06-09 00:35:34 +00:00

27 lines
518 B
Makefile

# 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>