aboutsummaryrefslogtreecommitdiff
path: root/math/glgraph
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 23:05:17 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-03-28 23:05:17 +0000
commit2bbd54bad2e5ba2ca5a8c69ec95ac55d43d03330 (patch)
treed1e0f8256c8380b2835254a0486448f145e6314e /math/glgraph
parentf51a5a458c54de5e052b4a9d08b45a4df3ee67fe (diff)
Notes
Diffstat (limited to 'math/glgraph')
-rw-r--r--math/glgraph/Makefile6
1 files changed, 6 insertions, 0 deletions
diff --git a/math/glgraph/Makefile b/math/glgraph/Makefile
index 769e16e2f040..9494fc64e042 100644
--- a/math/glgraph/Makefile
+++ b/math/glgraph/Makefile
@@ -11,6 +11,9 @@ DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= OpenGL based function grapher
+LICENSE= GPLv2
+LICENSE_FILE= ${WRKSRC}/COPYING
+
RUN_DEPENDS= p5-OpenGL>=0:${PORTSDIR}/graphics/p5-OpenGL \
import:${PORTSDIR}/graphics/ImageMagick
@@ -18,6 +21,7 @@ USES= perl5 shebangfix tar:bzip2
USE_PERL5= run
SHEBANG_FILES= ${PORTNAME}
NO_BUILD= yes
+NO_ARCH= yes
WRKSRC= ${WRKDIR}/${PORTNAME}
PLIST_FILES= bin/glgraph
@@ -27,6 +31,8 @@ OPTIONS_DEFINE= DOCS
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/glgraph ${STAGEDIR}${PREFIX}/bin
+
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/documentation.html ${STAGEDIR}${DOCSDIR}