add tiff2png port.
-- Simple utility for converting images from TIFF to PNG.
This commit is contained in:
parent
cecfb55eba
commit
e6d455cb85
30
graphics/tiff2png/Makefile
Normal file
30
graphics/tiff2png/Makefile
Normal file
@ -0,0 +1,30 @@
|
||||
# $OpenBSD: Makefile,v 1.1.1.1 2000/07/10 00:19:36 brad Exp $
|
||||
|
||||
DISTNAME= tiff2png-0.81
|
||||
CATEGORIES= graphics
|
||||
NEED_VERSION= 1.310
|
||||
MASTER_SITES= ftp://ftp.libpng.org/pub/png/src/ \
|
||||
ftp://swrinde.nde.swri.edu/pub/png/applications/
|
||||
|
||||
HOMEPAGE= http://www.libpng.org/pub/png/apps/tiff2png.html
|
||||
|
||||
LIB_DEPENDS= tiff.35::graphics/tiff \
|
||||
png.1::graphics/png
|
||||
|
||||
MAINTAINER= brad@openbsd.org
|
||||
|
||||
PERMIT_PACKAGE_CDROM= Yes
|
||||
PERMIT_PACKAGE_FTP= Yes
|
||||
PERMIT_DISTFILES_CDROM= Yes
|
||||
PERMIT_DISTFILES_FTP= Yes
|
||||
|
||||
MAKE_FLAGS= CC="${CC}" OPTIMFLAGS="${CFLAGS}" DEBUGFLAGS="-Wall -W" \
|
||||
CFLAGS='$$(TIFF_VERSION) -DFAXPECT $$(MIN_INVERT) $$(OPTIMFLAGS) $$(DEBUGFLAGS) -I${LOCALBASE}/include' \
|
||||
LDFLAGS="-L. -L${LOCALBASE}/lib -lpng -lz -ltiff -ljpeg -lm"
|
||||
|
||||
ALL_TARGET= tiff2png
|
||||
|
||||
do-install:
|
||||
${INSTALL_PROGRAM} ${WRKBUILD}/tiff2png ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
3
graphics/tiff2png/files/md5
Normal file
3
graphics/tiff2png/files/md5
Normal file
@ -0,0 +1,3 @@
|
||||
MD5 (tiff2png-0.81.tar.gz) = 8a2ed7804d624f2248dc9524e26c4eb5
|
||||
RMD160 (tiff2png-0.81.tar.gz) = 4dfff5ca284f731b55799f9c1a2e82e1bf21ad41
|
||||
SHA1 (tiff2png-0.81.tar.gz) = 63ce0d09ee956b5043bd81bb651269356378a17a
|
1
graphics/tiff2png/pkg/COMMENT
Normal file
1
graphics/tiff2png/pkg/COMMENT
Normal file
@ -0,0 +1 @@
|
||||
converts TIFF images to PNG format
|
3
graphics/tiff2png/pkg/DESCR
Normal file
3
graphics/tiff2png/pkg/DESCR
Normal file
@ -0,0 +1,3 @@
|
||||
Simple utility for converting images from TIFF to PNG.
|
||||
|
||||
WWW: ${HOMEPAGE}
|
2
graphics/tiff2png/pkg/PLIST
Normal file
2
graphics/tiff2png/pkg/PLIST
Normal file
@ -0,0 +1,2 @@
|
||||
@comment $OpenBSD: PLIST,v 1.1.1.1 2000/07/10 00:19:37 brad Exp $
|
||||
bin/tiff2png
|
Loading…
Reference in New Issue
Block a user