03f8a6f768
*** addresses that may be dead, even though the error is temporary: *** addresses that seem to be dead, but give a hint to a new address: PR: ports/58694 Submitted by: Oliver Eikemeier <eikemeier@fillmore-labs.com>
23 lines
498 B
Makefile
23 lines
498 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://www.student.dtu.dk/~c960941/bgrab/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Binary Grabber - downloads binaries from newsgroups
|
|
|
|
RUN_DEPENDS= mmencode:${PORTSDIR}/converters/mmencode
|
|
|
|
post-extract:
|
|
@${CP} ${FILESDIR}/Makefile.dist ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|