1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-20 00:21:35 +00:00
freebsd-ports/news/gup/Makefile
2017-11-04 13:07:41 +00:00

24 lines
557 B
Makefile

# Created by: Denis Shaposhnikov <dsh@vlink.ru>
# $FreeBSD$
PORTNAME= gup
PORTVERSION= 0.4
CATEGORIES= news
MASTER_SITES= ftp://ftp.isc.org/isc/inn/unoff-contrib/
MAINTAINER= ports@FreeBSD.org
COMMENT= Allows remote sites to change their newsgroup subscriptions
WRKSRC= ${WRKDIR}/gup
PLIST_FILES= libexec/gup man/man1/gup.1.gz
do-configure:
@${CP} ${FILESDIR}/freebsd ${WRKSRC}/config
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gup ${STAGEDIR}${PREFIX}/libexec
${INSTALL_MAN} ${WRKSRC}/gup.1 ${STAGEDIR}${MANPREFIX}/man/man1
.include <bsd.port.mk>