18 lines
285 B
PHP
18 lines
285 B
PHP
|
V ?= 31
|
||
|
|
||
|
DISTNAME ?= ngspice-${V}
|
||
|
|
||
|
CATEGORIES ?= cad
|
||
|
|
||
|
HOMEPAGE ?= http://ngspice.sourceforge.net/
|
||
|
|
||
|
MAINTAINER ?= Anthony J. Bentley <anthony@anjbe.name>
|
||
|
|
||
|
# BSD
|
||
|
PERMIT_PACKAGE ?= Yes
|
||
|
|
||
|
USE_GMAKE ?= yes
|
||
|
CONFIGURE_STYLE ?= gnu
|
||
|
|
||
|
MASTER_SITES ?= ${MASTER_SITE_SOURCEFORGE:=ngspice/}
|