ac61130abb
* Changed "#if !defined(PNG_NO_STDIO)" to "#ifdef PNG_STDIO_SUPPORTED" as recommended in the libpng documentation. * Added PNG_UINT_32_NAME macro and used it to simplify chunk_type integer definitions.
28 lines
773 B
Makefile
28 lines
773 B
Makefile
# $NetBSD: Makefile,v 1.49 2011/10/04 09:36:01 adam Exp $
|
|
|
|
DISTNAME= pngcrush-1.7.17
|
|
PKGNAME= ${DISTNAME:C/-nolib//}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pmt/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= rh@NetBSD.org
|
|
HOMEPAGE= http://pmt.sourceforge.net/pngcrush/index.html
|
|
COMMENT= Optimizer for PNG (Portable Network Graphics) files
|
|
LICENSE= png-license
|
|
|
|
PKG_DESTDIR_SUPPORT= user-destdir
|
|
|
|
NO_CONFIGURE= yes
|
|
INSTALLATION_DIRS= bin
|
|
|
|
#do-build:
|
|
# cd ${WRKSRC} && ${CC} -DPNG_USE_LOCAL_ARRAYS \
|
|
# ${CFLAGS} `libpng-config --cflags` -o pngcrush pngcrush.c \
|
|
# ${LDFLAGS} `libpng-config --ldflags` -lz
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/pngcrush ${DESTDIR}${PREFIX}/bin
|
|
|
|
#.include "../../graphics/png/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|