diff options
author | will <will@FreeBSD.org> | 2000-07-04 05:52:25 +0000 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-07-04 05:52:25 +0000 |
commit | f2aad555af3ccca5fde34f8a44df9ee28f889a18 (patch) | |
tree | 11a10a3e8ff553d19b1471ddfe385858ff46b8b1 /graphics/pngcheck/Makefile | |
parent | 7914bd5cfc0b49b3edf9eacfaa1924d648f7be40 (diff) | |
download | FreeBSD-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/Makefile | 21 |
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> |