openbsd-ports/graphics/jpeg2ps/Makefile
sturm 319d78b5ce remove maintainer Sebastian Stark per his request on ports@
new maintainers:
- databases/gq Marc Balmer
- sysutils/login_ldap Peter Werner
- sysutils/pstree Sam Smith
2003-09-23 15:29:41 +00:00

21 lines
475 B
Makefile

# $OpenBSD: Makefile,v 1.2 2003/09/23 15:29:41 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
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>