aboutsummaryrefslogtreecommitdiff
path: root/x11
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 18:50:23 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2015-09-03 18:50:23 +0000
commitb3f63b73f7bd8c130f58cdb428b9d1cc37460555 (patch)
treeef4984ad2900a3bc3c1524d6d6d1220d7901265c /x11
parentf1c24b4d6f2cd1650c6b9a7ea129bb4c003003d3 (diff)
downloadports-b3f63b73f7bd8c130f58cdb428b9d1cc37460555.tar.gz
ports-b3f63b73f7bd8c130f58cdb428b9d1cc37460555.zip
Notes
Diffstat (limited to 'x11')
-rw-r--r--x11/gromit/Makefile9
1 files changed, 5 insertions, 4 deletions
diff --git a/x11/gromit/Makefile b/x11/gromit/Makefile
index bead657e8d78..30249915b67d 100644
--- a/x11/gromit/Makefile
+++ b/x11/gromit/Makefile
@@ -10,6 +10,9 @@ MASTER_SITES= http://www.home.unix-ag.org/simon/gromit/
MAINTAINER= ports@FreeBSD.org
COMMENT= GRaphics Over Miscellaneous Objects (Gromit)
+LICENSE= GPLv2 # or later
+LICENSE_FILE= ${WRKSRC}/COPYING
+
USES= pkgconfig
USE_GNOME= gtk20
USE_XORG= x11
@@ -18,15 +21,13 @@ DOCS= AUTHORS ChangeLog README
OPTIONS_DEFINE= DOCS
-.include <bsd.port.options.mk>
-
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gromit ${STAGEDIR}${PREFIX}/bin
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/gromitrc ${STAGEDIR}${EXAMPLESDIR}
-.if ${PORT_OPTIONS:MDOCS}
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${DOCS:S,^,${WRKSRC}/,} ${STAGEDIR}${DOCSDIR}
-.endif
.include <bsd.port.mk>