diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-17 09:02:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-08-17 09:02:56 +0000 |
commit | ca47addbf71118bc6b14c0e980479086193dc0ba (patch) | |
tree | d1cb1e5333a54ee96b20c6ff69a2ab754e0695dd /news/slrnconf | |
parent | 50c0c9841882afe99304e969f8412fcdc68f2e51 (diff) | |
download | ports-ca47addbf71118bc6b14c0e980479086193dc0ba.tar.gz ports-ca47addbf71118bc6b14c0e980479086193dc0ba.zip |
Notes
Diffstat (limited to 'news/slrnconf')
-rw-r--r-- | news/slrnconf/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/news/slrnconf/Makefile b/news/slrnconf/Makefile index d148a4085271..6105948ca02f 100644 --- a/news/slrnconf/Makefile +++ b/news/slrnconf/Makefile @@ -10,12 +10,16 @@ MASTER_SITES= http://home.arcor.de/kaffeetisch/downloads/ MAINTAINER= ports@FreeBSD.org COMMENT= Graphical configuration utility for the newsreader slrn +LICENSE= GPLv2+ +LICENSE_FILE= ${WRKSRC}/COPYING + BUILD_DEPENDS= p5-Gtk2>=0:x11-toolkits/p5-Gtk2 \ p5-Parse-RecDescent>=0:devel/p5-Parse-RecDescent USES= perl5 shebangfix tar:bzip2 SHEBANG_FILES= slrnconf.in -MAKE_ARGS+= PREFIX=${PREFIX} +MAKE_ARGS= PREFIX=${PREFIX} +NO_ARCH= yes OPTIONS_DEFINE= DOCS @@ -28,6 +32,8 @@ do-install: .for i in preferences.pm rc_grammar.pm ui.pm ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DATADIR} .endfor + +do-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} .for i in ABOUT COPYING README ${INSTALL_DATA} ${WRKSRC}/${i} ${STAGEDIR}${DOCSDIR} |