1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/news/bgrab/Makefile
Chris Piazza 55754847d0 Update to version 1.2.3
PR:		13960
Submitted by:	maintainer
1999-10-01 18:06:34 +00:00

27 lines
612 B
Makefile

# New ports collection makefile for: bgrab
# Version required: 1.2.3
# Date created: 27 July 1999
# Whom: Kelly Yancey <kbyanc@posi.net>
#
# $FreeBSD$
#
DISTNAME= bgrab
PKGNAME= bgrab-1.2.3
CATEGORIES= news
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>