pkgsrc/graphics/jpeg2ps/Makefile
wiz 60f460ab01 Use standard location for LICENSE line (in MAINTAINER/HOMEPAGE/COMMENT
block). Uncomment some commented out LICENSE lines while here.
2009-05-19 08:59:00 +00:00

26 lines
762 B
Makefile

# $NetBSD: Makefile,v 1.15 2009/05/19 08:59:17 wiz Exp $
#
DISTNAME= jpeg2ps-1.9
CATEGORIES= graphics
# 200809: broken
MASTER_SITES= http://www.pdflib.com/products/more/jpeg2ps/
MAINTAINER= pkgsrc-users@NetBSD.org
# 200809: broken
HOMEPAGE= http://www.pdflib.com/products/more/jpeg2ps.html
COMMENT= Convert jpeg images to PostScript level 2 or 3
LICENSE= jpeg2ps-license
RESTRICTED= may not be sold or bundled with any commercial package
NO_SRC_ON_CDROM= ${RESTRICTED}
NO_BIN_ON_CDROM= ${RESTRICTED}
PKG_DESTDIR_SUPPORT= user-destdir
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/jpeg2ps ${DESTDIR}${PREFIX}/bin
${INSTALL_MAN} ${WRKSRC}/jpeg2ps.1 ${DESTDIR}${PREFIX}/${PKGMANDIR}/man1
.include "../../mk/bsd.pkg.mk"