diff options
author | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-31 09:00:56 +0000 |
---|---|---|
committer | Dmitry Marakasov <amdmi3@FreeBSD.org> | 2016-07-31 09:00:56 +0000 |
commit | 1a99c43848bca9143f05538f5f6c984904e99e7c (patch) | |
tree | c71784dfea1ac98736036423d999182a4549670f | |
parent | cbcb88673be7f97aba7d04050f7a4a491de71dc7 (diff) |
Notes
-rw-r--r-- | graphics/geomview/Makefile | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/graphics/geomview/Makefile b/graphics/geomview/Makefile index c7d2eec1bd8e..9792e59a7cdb 100644 --- a/graphics/geomview/Makefile +++ b/graphics/geomview/Makefile @@ -10,7 +10,8 @@ MASTER_SITES= SF MAINTAINER= ports@FreeBSD.org COMMENT= Interactive viewer for 3- and 4-D geometric objects -LICENSE= LGPL21 +LICENSE= LGPL21+ # COPYING mentions LGPL21, source files LGPL20 +LICENSE_FILE= ${WRKSRC}/COPYING RUN_DEPENDS= xdg-open:devel/xdg-utils @@ -43,9 +44,13 @@ post-build: post-install: (cd ${WRKSRC}/doc && ${INSTALL_DATA} geomview.info \ ${STAGEDIR}${PREFIX}/${INFO_PATH}) + +post-install-DOCS-on: @${MKDIR} ${STAGEDIR}${DOCSDIR} (cd ${WRKSRC} && ${INSTALL_DATA} README \ ${STAGEDIR}${DOCSDIR}) + +post-install-EXAMPLES-on: @${MKDIR} ${STAGEDIR}${EXAMPLESDIR} (cd ${WRKSRC}/doc && ${INSTALL_DATA} *.c *.tcl \ ${STAGEDIR}${EXAMPLESDIR}) |