2013-09-21 00:31:15 +02:00
|
|
|
# Created by: Donald Burr <dburr@FreeBSD.org>
|
1999-08-30 16:33:04 +02:00
|
|
|
# $FreeBSD$
|
1998-06-11 14:27:58 +02:00
|
|
|
|
2014-07-29 04:18:44 +02:00
|
|
|
PORTNAME= atp
|
|
|
|
PORTVERSION= 1.50
|
2014-10-03 23:55:45 +02:00
|
|
|
PORTREVISION= 2
|
2014-07-29 04:18:44 +02:00
|
|
|
CATEGORIES= news
|
2015-05-14 12:15:04 +02:00
|
|
|
MASTER_SITES= SUNSITE/system/bbs/mail
|
2014-07-29 04:18:44 +02:00
|
|
|
DISTFILES= ${DISTNAME}-src.tar.gz
|
1998-06-11 14:27:58 +02:00
|
|
|
|
2014-07-29 04:18:44 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2014-07-10 14:13:11 +02:00
|
|
|
COMMENT= QWK message packet reader and composer for FreeBSD
|
1998-06-11 14:27:58 +02:00
|
|
|
|
2016-08-04 02:31:27 +02:00
|
|
|
RUN_DEPENDS= zip:archivers/zip
|
1998-06-11 14:27:58 +02:00
|
|
|
|
2014-10-03 23:55:45 +02:00
|
|
|
USES= gmake perl5
|
|
|
|
USE_PERL5= run
|
2014-07-29 04:18:44 +02:00
|
|
|
GNU_CONFIGURE= yes
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
SUB_FILES= pkg-message
|
1998-06-11 14:27:58 +02:00
|
|
|
|
Add stage support to news, and improve correctness.
I am not touching the husky ports with a 10 foot pole.
atp:
stage, improve pkg-message
crashmail:
stage
diablo:
too wacky to stage, but convert WITH_* to OPTIONS, unmute
commands that shouldn't be muted, use :MDOCS
fidogate-ds:
stage, OPTIONS, treat examples as EXAMPLES, not DOCS, handle
/var/* in the plist properly
golded+:
stage, OPTIONS, protect examples behind %%PORTEXAMPLES%%
nntpbtr:
this was an unbelievably PITA
stage, add missing prototypes, add missing return types,
rename patch files to what they actually patch
nntpcache:
stage support, required lots of Makefile.in patching,
call submakes correctly, handle config files properly
nzbperl:
stage, use OPTIONS, remove obsolete pkg-message
papercut:
stage, handle config file properly
py-pynzb:
stage, use OPTIONS helper to avoid bsd.port.options.mk inclusion
s-news:
stage
slrnconf:
stage
slrnface:
stage, install required files to datadir, not examplesdir,
generate proper pkg-message
sn:
stage
2014-03-29 18:28:56 +01:00
|
|
|
post-patch:
|
|
|
|
.for i in atphome bindir mandir
|
|
|
|
${REINPLACE_CMD} -e 's,$$($i),$$(DESTDIR)&,g' \
|
|
|
|
${WRKSRC}/Makefile.in
|
|
|
|
.endfor
|
1998-06-11 14:27:58 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|