aboutsummaryrefslogtreecommitdiff
path: root/news/bgrab/Makefile
diff options
context:
space:
mode:
authorChris Piazza <cpiazza@FreeBSD.org>1999-10-01 18:06:34 +0000
committerChris Piazza <cpiazza@FreeBSD.org>1999-10-01 18:06:34 +0000
commit55754847d077e49359ae861398928e2a387f19c7 (patch)
treeffb2c2555698a465439fdaa9eda336eb0c14cc6b /news/bgrab/Makefile
parentb03b8f56d9e1cfae594a1f39b52e3aaa223871cc (diff)
Notes
Diffstat (limited to 'news/bgrab/Makefile')
-rw-r--r--news/bgrab/Makefile15
1 files changed, 12 insertions, 3 deletions
diff --git a/news/bgrab/Makefile b/news/bgrab/Makefile
index 2290d1ce37d9..ff41f28dc7e2 100644
--- a/news/bgrab/Makefile
+++ b/news/bgrab/Makefile
@@ -1,5 +1,5 @@
# New ports collection makefile for: bgrab
-# Version required: 1.1
+# Version required: 1.2.3
# Date created: 27 July 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
@@ -7,11 +7,20 @@
#
DISTNAME= bgrab
-PKGNAME= bgrab-1.1
+PKGNAME= bgrab-1.2.3
CATEGORIES= news
-MASTER_SITES= http://awwm.linuxberg.com/files/console/network/ \
+MASTER_SITES= http://thelamb.dhs.org/~rael/bgrab/ \
+ http://awwm.linuxberg.com/files/console/network/ \
http://powerlinux.linuxberg.com/files/console/network/
MAINTAINER= kbyanc@posi.net
+RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
+
+post-extract:
+ @${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/bgrab ${PREFIX}/bin
+
.include <bsd.port.mk>