aboutsummaryrefslogtreecommitdiff
path: root/graphics/pngcheck
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-06 23:17:10 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2016-02-06 23:17:10 +0000
commit0016f88fa9f8c8a1d974c14a890f087e740740ab (patch)
tree0d2738872afe349c965de8b3e5485dad07a6d7db /graphics/pngcheck
parent9a68ac1706ffee1002776dec844562b70bb6fe72 (diff)
downloadports-0016f88fa9f8c8a1d974c14a890f087e740740ab.tar.gz
ports-0016f88fa9f8c8a1d974c14a890f087e740740ab.zip
Notes
Diffstat (limited to 'graphics/pngcheck')
-rw-r--r--graphics/pngcheck/Makefile10
1 files changed, 6 insertions, 4 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
index 847be53f422a..d17df3e671fb 100644
--- a/graphics/pngcheck/Makefile
+++ b/graphics/pngcheck/Makefile
@@ -10,25 +10,27 @@ MASTER_SITES= SF/png-mng/${PORTNAME}/${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Checks the integrity of PNG images
-LICENSE= MIT GPLv2
-LICENSE_COMB= dual
+LICENSE= MIT GPLv2+
+LICENSE_COMB= multi
+LICENSE_FILE_GPLv2+ = ${WRKSRC}/gpl/COPYING
MAKEFILE= Makefile.unx
MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz"
PORTDOCS= CHANGELOG README
-OPTIONS_DEFINE= DOCS
-
PLIST_FILES= bin/pngcheck \
bin/pngsplit \
bin/png-fix-IDAT-windowsize
+OPTIONS_DEFINE= DOCS
+
do-install:
.for f in pngcheck pngsplit png-fix-IDAT-windowsize
${INSTALL_PROGRAM} ${WRKSRC}/${f} ${STAGEDIR}${PREFIX}/bin/
.endfor
+do-install-DOCS-on:
@${MKDIR} ${STAGEDIR}${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${STAGEDIR}${DOCSDIR}