freebsd-ports/graphics/pngcheck/Makefile
Wesley Shields 73995d51b3 Convert to new options (DOCS only).
Assign maintainer to submitter.

PR:		ports/173572
Submitted by:	nemysis <nemysis@gmx.ch>
Feature safe:	yes
2012-11-24 19:28:55 +00:00

31 lines
682 B
Makefile

# New ports collection makefile for: pngcheck
# Date created: Tue 04 Jul 2000
# Whom: will
#
# $FreeBSD$
#
PORTNAME= pngcheck
PORTVERSION= 2.3.0
CATEGORIES= graphics
MASTER_SITES= SF/png-mng/${PORTNAME}/${PORTVERSION}
MAINTAINER= nemysis@gmx.ch
COMMENT= Checks the integrity of PNG images
MAKEFILE= Makefile.unx
MAKE_ARGS= CC="${CC}" LD="${CC}" CFLAGS="${CFLAGS} -DUSE_ZLIB" LIBS="-lz"
PORTDOCS= CHANGELOG README
PLIST_FILES= bin/pngcheck
.include <bsd.port.options.mk>
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/pngcheck ${PREFIX}/bin
.if ${PORT_OPTIONS:MDOCS}
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif
.include <bsd.port.mk>