pkgsrc/cad/spiceprm/Makefile
jlam 83147ffa68 Remove some unnecessarily strong dependencies on perl that resulted
from including perl5/buildlink3.mk.  These packages just need the Perl
interpreter, and can just add "perl" to USE_TOOLS instead.
2005-07-16 19:10:37 +00:00

24 lines
712 B
Makefile

# $NetBSD: Makefile,v 1.14 2005/07/16 19:10:38 jlam Exp $
#
DISTNAME= spiceprm-0.11
CATEGORIES= cad
MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/circuits/
MAINTAINER= tech-pkg@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 ${PREFIX}/bin/spiceprm
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/spiceprm
${INSTALL_DATA} ${WRKSRC}/README ${PREFIX}/share/doc/spiceprm
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/spiceprm
${INSTALL_DATA} ${WRKSRC}/EXAMPLES ${PREFIX}/share/examples/spiceprm
.include "../../mk/bsd.pkg.mk"