2013-03-07 04:25:10 +01:00
|
|
|
# Created by: Kirill Ponomarew <ponomarew@oberon.net>
|
2003-06-14 01:24:07 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= slrnconf
|
2005-10-24 14:33:42 +02:00
|
|
|
PORTVERSION= 0.8.4
|
2014-12-21 20:28:28 +01:00
|
|
|
PORTREVISION= 6
|
2003-06-14 01:24:07 +02:00
|
|
|
CATEGORIES= news
|
|
|
|
MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/
|
|
|
|
|
2013-10-23 22:45:10 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2012-08-02 11:02:43 +02:00
|
|
|
COMMENT= Graphical configuration utility for the newsreader slrn
|
2003-06-14 01:24:07 +02:00
|
|
|
|
2016-08-17 11:02:56 +02:00
|
|
|
LICENSE= GPLv2+
|
|
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \
|
|
|
|
p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent
|
2003-06-14 01:24:07 +02:00
|
|
|
|
2014-12-21 20:28:28 +01:00
|
|
|
USES= perl5 shebangfix tar:bzip2
|
|
|
|
SHEBANG_FILES= slrnconf.in
|
2016-08-17 11:02:56 +02:00
|
|
|
MAKE_ARGS= PREFIX=${PREFIX}
|
|
|
|
NO_ARCH= yes
|
2003-06-14 01:24:07 +02:00
|
|
|
|
2014-07-16 05:00:46 +02:00
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
|
2003-06-14 01:24:07 +02:00
|
|
|
do-install:
|
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
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/help
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/help/* ${STAGEDIR}${DATADIR}/help
|
|
|
|
@${MKDIR} ${STAGEDIR}${DATADIR}/data
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/data/* ${STAGEDIR}${DATADIR}/data
|
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/slrnconf ${STAGEDIR}${PREFIX}/bin
|
2004-01-09 07:06:40 +01:00
|
|
|
.for i in preferences.pm rc_grammar.pm ui.pm
|
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
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR}
|
2004-01-09 07:06:40 +01:00
|
|
|
.endfor
|
2016-08-17 11:02:56 +02:00
|
|
|
|
|
|
|
do-install-DOCS-on:
|
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
|
|
|
@${MKDIR} ${STAGEDIR}${DOCSDIR}
|
2004-01-09 07:06:40 +01:00
|
|
|
.for i in ABOUT COPYING README
|
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
|
|
|
${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR}
|
2003-06-14 01:24:07 +02:00
|
|
|
.endfor
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|