pkgsrc/print/img2eps/Makefile
dillo 1765ea861f update img2eps to 0.2:
* support for specifying resolution, size, orientation,
	  and placement of image
	* support for JPEG 2000 image format
	* options to force recompression of image data and to ignore pixel order
	* support for EXIF Orientation tag (auto-rotate images)
	* fix handling of interlaced GIF images
	* LZW compression no longer optional (patent expired)
2005-07-14 14:52:08 +00:00

24 lines
703 B
Makefile

# $NetBSD: Makefile,v 1.10 2005/07/14 14:52:08 dillo Exp $
#
DISTNAME= img2eps-0.2
CATEGORIES= print graphics
MASTER_SITES= http://www.nih.at/img2eps/
MASTER_SITES+= http://eris.giga.or.at/pub/nih/img2eps/
MASTER_SITES+= http://sunsite.univie.ac.at/pub/nih/img2eps/
MAINTAINER= dillo@NetBSD.org
HOMEPAGE= http://www.nih.at/img2eps/
COMMENT= Convert raster images to EPS files
GNU_CONFIGURE= YES
TEST_TARGET= check
.include "options.mk"
.include "../../graphics/jpeg/buildlink3.mk"
.include "../../graphics/libexif/buildlink3.mk"
.include "../../graphics/libungif/buildlink3.mk"
.include "../../graphics/png/buildlink3.mk"
.include "../../graphics/tiff/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"