1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-21 20:38:45 +00:00
freebsd-ports/news/bgrab/Makefile
Trevor Johnson 3c175cb569 Use PLIST_FILES.
Reviewed by:	marcus
2004-02-05 20:38:07 +00:00

26 lines
551 B
Makefile

# New ports collection makefile for: bgrab
# Date created: 20 March 2000
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
PORTNAME= bgrab
PORTVERSION= 1.3.6
CATEGORIES= news
MASTER_SITES= http://bgrab.ifip.net/
MAINTAINER= ports@FreeBSD.org
COMMENT= Binary Grabber - downloads binaries from newsgroups
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
EXTRACT_AFTER_ARGS= | ${TAR} -zxf -
USE_BZIP2= yes
MAKEFILE= ${FILESDIR}/Makefile.dist
MAKE_ENV= INSTALL_PROGRAM="${INSTALL_PROGRAM}"
PLIST_FILES= bin/bgrab
.include <bsd.port.mk>