d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
26 lines
586 B
Makefile
26 lines
586 B
Makefile
# $NetBSD: Makefile,v 1.27 2013/05/31 12:41:05 wiz Exp $
|
|
|
|
DISTNAME= cdlabelgen-4.2.0
|
|
#KGREVISION= 1
|
|
PKGREVISION= 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"
|