Download and uuencode binary files from USENET using regexps PR: 280687 Submitted by: Pete Fritchman <petef@databits.net>
27 lines
649 B
Makefile
27 lines
649 B
Makefile
# New ports collection makefile for: newsgrab
|
|
# Date Created: 11 June 2001
|
|
# Whom: Pete Fritchman <petef@databits.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= newsgrab
|
|
PORTVERSION= 0.1.1
|
|
CATEGORIES= news
|
|
MASTER_SITES= http://phunkbros.dk/newsgrab/
|
|
|
|
MAINTAINER= petef@databits.net
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/lib/perl5/site_perl/${PERL_VER}/News/NNTPClient.pm:${PORTSDIR}/news/p5-NNTPClient
|
|
|
|
NO_BUILD= yes
|
|
USE_PERL5= yes
|
|
|
|
do-install:
|
|
${INSTALL_SCRIPT} ${WRKSRC}/newsgrab.pl ${PREFIX}/bin/newsgrab
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${PREFIX}/share/doc/newsgrab
|
|
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/newsgrab
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|