1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-30 10:38:37 +00:00

- Fix license

- Switch to options helpers
This commit is contained in:
Dmitry Marakasov 2016-07-31 09:00:56 +00:00
parent cbcb88673b
commit 1a99c43848
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=419349

View File

@ -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})