0534eca1a2
jpeg2ps is a utility for converting JPEG images to compressed PostScript Level 2 or 3 files (without uncompressing the images). The JPEG data is simply 'wrapped' with PostScript which yields considerably smaller PS files. WWW: http://www.pdflib.com/jpeg2ps/ from Sebastian Stark <seb@todesplanet.de>
22 lines
528 B
Makefile
22 lines
528 B
Makefile
# $OpenBSD: Makefile,v 1.1.1.1 2003/05/11 16:52:29 sturm Exp $
|
|
|
|
COMMENT= "convert jpeg to compressed PostScript"
|
|
|
|
DISTNAME= jpeg2ps-1.9
|
|
CATEGORIES= graphics
|
|
|
|
# according to jpeg2ps.1
|
|
PERMIT_PACKAGE_CDROM= "may not sell"
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= "may not sell"
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MAINTAINER= Sebastian Stark <seb@todesplanet.de>
|
|
MASTER_SITES= ${HOMEPAGE}
|
|
HOMEPAGE= http://www.pdflib.com/jpeg2ps/
|
|
|
|
REGRESS_TARGET= test
|
|
MAKE_FLAGS= CC='${CC}' CFLAGS='${CFLAGS} -c' LD='${CC}'
|
|
|
|
.include <bsd.port.mk>
|