aboutsummaryrefslogtreecommitdiff
path: root/x11-wm/wmconfig
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-03 09:38:30 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2019-10-03 09:38:30 +0000
commitc63002b9dcb0fbf546acc6d3478c134d75a8233e (patch)
treecb04694c133c4dcbfef8c4895b2b3865ed655a98 /x11-wm/wmconfig
parent7b2390ceea07ffa6894e3a553310deea72a9154a (diff)
downloadports-c63002b9dcb0fbf546acc6d3478c134d75a8233e.tar.gz
ports-c63002b9dcb0fbf546acc6d3478c134d75a8233e.zip
- Fix LICENSE
- Add LICENSE_FILE - Switch to options helpers - Update WWW
Notes
Notes: svn path=/head/; revision=513657
Diffstat (limited to 'x11-wm/wmconfig')
-rw-r--r--x11-wm/wmconfig/Makefile11
-rw-r--r--x11-wm/wmconfig/pkg-descr2
2 files changed, 6 insertions, 7 deletions
diff --git a/x11-wm/wmconfig/Makefile b/x11-wm/wmconfig/Makefile
index 0f7b3462fba6..0842e9e3daec 100644
--- a/x11-wm/wmconfig/Makefile
+++ b/x11-wm/wmconfig/Makefile
@@ -9,22 +9,21 @@ MASTER_SITES= https://www.arrishq.net/files/
MAINTAINER= ports@FreeBSD.org
COMMENT= Menu generation tool for X window managers
-LICENSE= GPLv2
+LICENSE= GPLv2+
+LICENSE_FILE= ${WRKSRC}/COPYING
USES= gmake tar:bzip2
GNU_CONFIGURE= yes
-PORTDOCS= AUTHORS ChangeLog COPYING README TODO
+PORTDOCS= AUTHORS ChangeLog README TODO
OPTIONS_DEFINE= NLS DOCS
OPTIONS_SUB= yes
NLS_CONFIGURE_ENABLE=nls
-NLS_CPPFLAGS= -I${LOCALBASE}/include
-NLS_LDFLAGS= -L${LOCALBASE}/lib
-NLS_USES= gettext
+NLS_USES= gettext localbase:ldflags
-post-install:
+post-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
diff --git a/x11-wm/wmconfig/pkg-descr b/x11-wm/wmconfig/pkg-descr
index dfff2d70725f..8ddee8b92d2e 100644
--- a/x11-wm/wmconfig/pkg-descr
+++ b/x11-wm/wmconfig/pkg-descr
@@ -1,4 +1,4 @@
Wmconfig is a free menu generation tool for various X window managers.
It is easy-to-use and uses a simple configuration file layout.
-WWW: http://www.arrishq.net
+WWW: https://www.arrishq.net/