pkgsrc/cad/spiceprm/Makefile
wiz 98c3768c3a Bump all packages for perl-5.18, that
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.
2013-05-31 12:39:35 +00:00

25 lines
780 B
Makefile

# $NetBSD: Makefile,v 1.20 2013/05/31 12:39:39 wiz Exp $
#
DISTNAME= spiceprm-0.11
PKGREVISION= 2
CATEGORIES= cad
MASTER_SITES= http://www.ibiblio.org/pub/Linux/apps/circuits/
MAINTAINER= pkgsrc-users@NetBSD.org
COMMENT= Spice preprocessor for parameterized subcircuits
WRKSRC= ${WRKDIR}/spiceprm
NO_BUILD= YES
USE_TOOLS+= perl:run
REPLACE_PERL= spiceprm
INSTALLATION_DIRS= bin
do-install:
${INSTALL_SCRIPT} ${WRKSRC}/spiceprm ${DESTDIR}${PREFIX}/bin/spiceprm
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/doc/spiceprm
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/spiceprm
${INSTALL_DATA_DIR} ${DESTDIR}${PREFIX}/share/examples/spiceprm
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${DESTDIR}${PREFIX}/share/examples/spiceprm
.include "../../mk/bsd.pkg.mk"