aboutsummaryrefslogtreecommitdiff
path: root/math/topaz/Makefile
diff options
context:
space:
mode:
authorDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-15 15:23:58 +0000
committerDanilo Egea Gondolfo <danilo@FreeBSD.org>2014-02-15 15:23:58 +0000
commit1a7f1e1b3f391f30f58bcba5795822f838a07e03 (patch)
tree3f27f8450833062ed6876779aa74fbcc090d4e38 /math/topaz/Makefile
parentca64a0701b4e1b03faec2701681b348ea005f6c8 (diff)
downloadports-1a7f1e1b3f391f30f58bcba5795822f838a07e03.tar.gz
ports-1a7f1e1b3f391f30f58bcba5795822f838a07e03.zip
Notes
Diffstat (limited to 'math/topaz/Makefile')
-rw-r--r--math/topaz/Makefile13
1 files changed, 6 insertions, 7 deletions
diff --git a/math/topaz/Makefile b/math/topaz/Makefile
index ce277c9a315b..558187f5d1b2 100644
--- a/math/topaz/Makefile
+++ b/math/topaz/Makefile
@@ -8,19 +8,18 @@ MASTER_SITES= http://hp.vector.co.jp/authors/VA007663/topaz/bin/
DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/}-src
MAINTAINER= ports@FreeBSD.org
-COMMENT= A command driven graph plotting system for scientists and engineers
+COMMENT= Command driven graph plotting system for scientists and engineers
+
+LICENSE= GPLv2
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
USE_XORG= x11
MAKEFILE= Makefile.freebsd
-NO_STAGE= yes
post-install:
- ${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${PREFIX}/bin/topaz
-.if !defined(NOPORTEXAMPLES)
- @${MKDIR} ${EXAMPLESDIR}
- ${INSTALL_DATA} ${WRKSRC}/sample/* ${EXAMPLESDIR}
-.endif
+ ${LN} -sf ${PREFIX}/lib/topaz/topaz.sh ${STAGEDIR}${PREFIX}/bin/topaz
+ @${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
+ ${INSTALL_DATA} ${WRKSRC}/sample/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>