aboutsummaryrefslogtreecommitdiff
path: root/cad/ngspice_rework/Makefile
diff options
context:
space:
mode:
authorYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:30:33 +0000
committerYen-Ming Lee <leeym@FreeBSD.org>2004-10-13 01:30:33 +0000
commitee1253831db97939e3512f376dc8c00c78fc5778 (patch)
tree24740fb5744af96bdafd421aca1c3e0c602542c4 /cad/ngspice_rework/Makefile
parentc49cd06bc04ce422382488b23f3f0c61fd6abdd9 (diff)
downloadports-ee1253831db97939e3512f376dc8c00c78fc5778.tar.gz
ports-ee1253831db97939e3512f376dc8c00c78fc5778.zip
- upgrade to ngspice_rework-15
- utilize INFO - add USE_LIBTOOL_VER?=15 to eliminate *.la files - make this port portlint clean PR: 72008 Submitted by: leeym Reviewed by: maintainer Approved by: maintainer
Notes
Notes: svn path=/head/; revision=119129
Diffstat (limited to 'cad/ngspice_rework/Makefile')
-rw-r--r--cad/ngspice_rework/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/cad/ngspice_rework/Makefile b/cad/ngspice_rework/Makefile
index 10d7b78fd60a..c6578e56c7d5 100644
--- a/cad/ngspice_rework/Makefile
+++ b/cad/ngspice_rework/Makefile
@@ -6,20 +6,22 @@
#
PORTNAME= ngspice_rework
-PORTVERSION= 14
+PORTVERSION= 15
CATEGORIES= cad
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ngspice
-DISTNAME= ng-spice-rework-${PORTVERSION}
+DISTNAME= ngspice-rework${PORTVERSION}
+EXTRACT_SUFX= .tgz
MAINTAINER= amakawa@jp.FreeBSD.org
COMMENT= A circuit simulator derived from spice3f5
-USE_AUTOCONF_VER?= 213
+WRKSRC= ${WRKDIR}/ng-spice-rework-${PORTVERSION}
+GNU_CONFIGURE= yes
+USE_LIBTOOL_VER?=15
+USE_GMAKE= yes
+INFO= ngspice
MAN1= ngspice.1 ngnutmeg.1 ngsconvert.1
-pre-configure:
- (cd ${WRKSRC} && ${AUTOHEADER})
-
.include <bsd.port.mk>