summaryrefslogtreecommitdiffstats
path: root/graphics/pngcheck/Makefile
diff options
context:
space:
mode:
authorwill <will@FreeBSD.org>2000-07-04 05:52:25 +0000
committerwill <will@FreeBSD.org>2000-07-04 05:52:25 +0000
commitf2aad555af3ccca5fde34f8a44df9ee28f889a18 (patch)
tree11a10a3e8ff553d19b1471ddfe385858ff46b8b1 /graphics/pngcheck/Makefile
parent7914bd5cfc0b49b3edf9eacfaa1924d648f7be40 (diff)
downloadFreeBSD-ports-f2aad555af3ccca5fde34f8a44df9ee28f889a18.zip
FreeBSD-ports-f2aad555af3ccca5fde34f8a44df9ee28f889a18.tar.gz
Add pngcheck, a PNG image integrity checker.
Diffstat (limited to 'graphics/pngcheck/Makefile')
-rw-r--r--graphics/pngcheck/Makefile21
1 files changed, 21 insertions, 0 deletions
diff --git a/graphics/pngcheck/Makefile b/graphics/pngcheck/Makefile
new file mode 100644
index 0000000..3dd8746
--- /dev/null
+++ b/graphics/pngcheck/Makefile
@@ -0,0 +1,21 @@
+# New ports collection makefile for: pngcheck
+# Date created: Tue 04 Jul 2000
+# Whom: will
+#
+# $FreeBSD$
+#
+
+PORTNAME= pngcheck
+PORTVERSION= 1.99.2
+CATEGORIES= graphics
+MASTER_SITES= ftp://ftp.cdrom.com/pub/png/src/ \
+ ftp://swrinde.nde.swri.edu/pub/png/applications/
+
+MAINTAINER= ports@FreeBSD.org
+
+MAKEFILE= Makefile.unx
+
+do-install:
+ ${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin
+
+.include <bsd.port.mk>
OpenPOWER on IntegriCloud