openbsd-ports/graphics/tiff2png/Makefile
giovanni 96e32bf1c7 Update to version 0.91
From new maintainer Benoit Lecocq
2009-01-13 18:46:19 +00:00

38 lines
955 B
Makefile

# $OpenBSD: Makefile,v 1.13 2009/01/13 18:46:19 giovanni Exp $
COMMENT= converts TIFF images to PNG format
DISTNAME= tiff2png-0.91
CATEGORIES= graphics
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=png-mng/}
HOMEPAGE= http://www.libpng.org/pub/png/apps/tiff2png.html
MAINTAINER= Benoit Lecocq <blq@arcane-labs.net>
LIB_DEPENDS= tiff.>=35::graphics/tiff \
png.>=2::graphics/png
# custom, see tiff2png.c
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
WANTLIB= c jpeg m z
MAKE_FLAGS= CC="${CC}" OPTIMFLAGS="${CFLAGS}" DEBUGFLAGS="-Wall -W" \
CFLAGS='$$(TIFF_VERSION) -DFAXPECT $$(MIN_INVERT) $$(OPTIMFLAGS) $$(DEBUGFLAGS) -I${LOCALBASE}/include/libpng -I${LOCALBASE}/include' \
LDFLAGS="-L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm"
MAKE_FILE= Makefile.unx
ALL_TARGET= tiff2png
NO_REGRESS= Yes
do-install:
${INSTALL_PROGRAM} ${WRKBUILD}/tiff2png ${PREFIX}/bin
.include <bsd.port.mk>