aboutsummaryrefslogtreecommitdiff
path: root/cad/ngspice_rework/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r--cad/ngspice_rework/Makefile22
1 files changed, 22 insertions, 0 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
new file mode 100644
index 000000000000..641b5ba131cf
--- /dev/null
+++ b/cad/ngspice_rework/Makefile
@@ -0,0 +1,22 @@
+# New ports collection makefile for: ngspice_rework
+# Date created: 2002-01-02
+# Whom: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
+#
+# $FreeBSD$
+#
+
+PORTNAME= ngspice_rework
+PORTVERSION= 14
+CATEGORIES= cad
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= ngspice
+DISTNAME= ng-spice-rework-${PORTVERSION}
+
+MAINTAINER= amakawa@jp.FreeBSD.org
+
+USE_AUTOCONF_VER?= 213
+
+pre-configure:
+ (cd ${WRKSRC} && ${AUTOHEADER})
+
+.include <bsd.port.mk>