- Pet portlint

- Switch to options helpers
- Update WWW

Approved by:	portmgr blanket
This commit is contained in:
Dmitry Marakasov 2017-07-30 09:01:10 +00:00
parent 85e8799f26
commit 0fdd995e8f
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=446909
2 changed files with 7 additions and 5 deletions

View File

@ -12,11 +12,11 @@ DISTNAME= ContextFreeSource${PORTVERSION}
MAINTAINER= anatoly.borodin@gmail.com
COMMENT= Context Free Design Grammar compiler
LIB_DEPENDS= libpng.so:graphics/png
LICENSE= GPLv2
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/LICENSE.txt
LIB_DEPENDS= libpng.so:graphics/png
WRKSRC= ${WRKDIR}/${DISTNAME}${EXTRACT_SUFX}
USES= gmake tar:tgz
@ -28,7 +28,9 @@ OPTIONS_DEFINE= EXAMPLES
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/cfdg ${STAGEDIR}${PREFIX}/bin
${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
do-install-EXAMPLES-on:
@${MKDIR} ${STAGEDIR}${EXAMPLESDIR}
${INSTALL_DATA} ${WRKSRC}/input/* ${STAGEDIR}${EXAMPLESDIR}
.include <bsd.port.mk>

View File

@ -21,4 +21,4 @@ Features:
* Automatic checking for updates (Mac only).
* It's free, as in beer and as in speech.
WWW: http://www.contextfreeart.org/
WWW: https://www.contextfreeart.org/