1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-24 21:01:20 +00:00
freebsd-ports/cad/ngspice_rework/Makefile
Kevin Lo 9c47fcc98e Initial import of ngspice_rework
Ngspice_rework is a circuit simulator derived from spice3f5.

PR: 34589
Submitted by: AMAKAWA Shuhei <amakawa@jp.FreeBSD.org>
2002-02-09 10:03:42 +00:00

23 lines
448 B
Makefile

# 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>