summaryrefslogtreecommitdiff
path: root/cad/spiceprm/Makefile
diff options
context:
space:
mode:
authordmcmahill <dmcmahill@pkgsrc.org>1999-09-30 15:13:25 +0000
committerdmcmahill <dmcmahill@pkgsrc.org>1999-09-30 15:13:25 +0000
commit1baf4d2fec3db683213137685bf011cc625df2bd (patch)
tree02265f8fa8094527e942ccb7a316a6e3e8e498a0 /cad/spiceprm/Makefile
parent4060325c77011d6ec95c95ea7a1ab8106ddfaa22 (diff)
downloadpkgsrc-1baf4d2fec3db683213137685bf011cc625df2bd.tar.gz
Import spiceprm-0.11 package.
A Spice preprocessor for parameterized subcircuits
Diffstat (limited to 'cad/spiceprm/Makefile')
-rw-r--r--cad/spiceprm/Makefile26
1 files changed, 26 insertions, 0 deletions
diff --git a/cad/spiceprm/Makefile b/cad/spiceprm/Makefile
new file mode 100644
index 00000000000..0a26c7a6786
--- /dev/null
+++ b/cad/spiceprm/Makefile
@@ -0,0 +1,26 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/09/30 15:13:25 dmcmahill Exp $
+#
+
+DISTNAME= spiceprm-0.11
+WRKSRC= ${WRKDIR}/spiceprm
+CATEGORIES= cad
+MASTER_SITES= http://metalab.unc.edu/pub/Linux/apps/circuits/
+
+MAINTAINER= packages@netbsd.org
+
+NO_CONFIGURE= YES
+USE_PERL= YES
+
+do-build:
+ ${MV} ${WRKSRC}/spiceprm ${WRKSRC}/spiceprm.BAK
+ ${SED} 's!/usr/bin/perl!${LOCALBASE}/bin/perl!g' \
+ < ${WRKSRC}/spiceprm.BAK > ${WRKSRC}/spiceprm
+
+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"