pkgsrc/graphics/cdlabelgen/Makefile
shattered c1009a640b Update to 4.2.0. Notable changes:
* --tray-overlay option added - use this to overlay a EPS file onto the
      tray, for example, a barcode image.
  * cdinsert.pl now used to display initial form, as well as a
    filled-in form to allow for easy corrections/resubmits on the done page.
  * Create covers for double-sided DVD cases that hold 6 DVDs.
  * cdinsert.pl now supports "Omit title/subtitle from Cover" option.
  * Support for double-depth slim DVD cases. --slim-double-case option added.
2013-02-16 08:56:45 +00:00

25 lines
577 B
Makefile

# $NetBSD: Makefile,v 1.26 2013/02/16 08:56:45 shattered Exp $
DISTNAME= cdlabelgen-4.2.0
#KGREVISION= 1
CATEGORIES= graphics
MASTER_SITES= http://www.aczoom.com/pub/tools/
EXTRACT_SUFX= .tgz
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.aczoom.com/tools/cdinsert/
COMMENT= Generate frontcards and traycards for CDs
USE_TOOLS+= perl:run perldoc
USE_LANGUAGES= # empty
REPLACE_PERL+= cdlabelgen
MAKE_ENV+= SED=${SED:Q}
MAKE_ENV+= MV=${MV:Q}
INSTALLATION_DIRS= bin ${PKGMANDIR}/man1
post-extract:
cd ${WRKSRC} && ${CHMOD} go+r *
.include "../../mk/bsd.pkg.mk"