diff options
author | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:40:13 +0000 |
---|---|---|
committer | Mark Linimon <linimon@FreeBSD.org> | 2003-10-29 03:40:13 +0000 |
commit | 9cc0ce460e168e80a64dbb35aa9b00c31bcff106 (patch) | |
tree | 7e7f74a1b9ba2349a2cdbf35a710027c79949eb0 /cad/spice | |
parent | 6e37a20d6833db182fc643c59394778e72f830c6 (diff) |
Notes
Diffstat (limited to 'cad/spice')
-rw-r--r-- | cad/spice/Makefile | 12 | ||||
-rw-r--r-- | cad/spice/pkg-descr | 1 |
2 files changed, 6 insertions, 7 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile index b91e57bd1475..7f6879424ed4 100644 --- a/cad/spice/Makefile +++ b/cad/spice/Makefile @@ -18,12 +18,6 @@ EXTRACT_ONLY= sp3f4.kit${EXTRACT_SUFX} MAINTAINER= ports@FreeBSD.org COMMENT= A general-purpose circuit simulation program -.include <bsd.port.pre.mk> - -.if ${OSVERSION} >= 501000 -BROKEN= "Does not compile on FreeBSD ${OSVERSION}" -.endif - USE_XLIB= yes USE_REINPLACE= yes NO_WRKSUBDIR= yes @@ -32,6 +26,12 @@ MAN3= mfb.3 MAN5= mfbcap.5 MLINKS= spice.1 spice3.1 +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 501000 +BROKEN= "Does not compile on FreeBSD ${OSVERSION}" +.endif + post-configure: @${REINPLACE_CMD} -e 's+@CC@+${CC}+ ; s+@CFLAGS@+${CFLAGS}+ ; \ s+@X11BASE@+${X11BASE}+;' \ diff --git a/cad/spice/pkg-descr b/cad/spice/pkg-descr index 9527f6fb0e11..22a13535dd95 100644 --- a/cad/spice/pkg-descr +++ b/cad/spice/pkg-descr @@ -12,4 +12,3 @@ and the level 2 JFET model are courtesy from the Macquarie University. Online documentation at: WWW: http://infopad.eecs.berkeley.edu/~icdesign/SPICE/ - |