1999-08-02 03:32:21 +00:00
|
|
|
# New ports collection makefile for: bgrab
|
1999-10-01 18:06:34 +00:00
|
|
|
# Version required: 1.2.3
|
1999-08-02 03:32:21 +00:00
|
|
|
# Date created: 27 July 1999
|
|
|
|
# Whom: Kelly Yancey <kbyanc@posi.net>
|
|
|
|
#
|
1999-08-30 14:33:04 +00:00
|
|
|
# $FreeBSD$
|
1999-08-02 03:32:21 +00:00
|
|
|
#
|
|
|
|
|
|
|
|
DISTNAME= bgrab
|
1999-10-01 18:06:34 +00:00
|
|
|
PKGNAME= bgrab-1.2.3
|
1999-08-05 11:49:02 +00:00
|
|
|
CATEGORIES= news
|
1999-10-01 18:06:34 +00:00
|
|
|
MASTER_SITES= http://thelamb.dhs.org/~rael/bgrab/ \
|
|
|
|
http://awwm.linuxberg.com/files/console/network/ \
|
1999-08-02 03:32:21 +00:00
|
|
|
http://powerlinux.linuxberg.com/files/console/network/
|
|
|
|
|
|
|
|
MAINTAINER= kbyanc@posi.net
|
|
|
|
|
1999-10-01 18:06:34 +00:00
|
|
|
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bgrab ${PREFIX}/bin
|
|
|
|
|
1999-08-02 03:32:21 +00:00
|
|
|
.include <bsd.port.mk>
|