aboutsummaryrefslogtreecommitdiffstats
path: root/cad/spice
diff options
context:
space:
mode:
authorlinimon <linimon@FreeBSD.org>2003-10-25 15:44:34 +0800
committerlinimon <linimon@FreeBSD.org>2003-10-25 15:44:34 +0800
commit42af42435b6e300d3819dea182176ea6bbfbaaec (patch)
tree9e57096ffd50a499fa5a7902fc63a07d719bee7e /cad/spice
parenta982a2b841f2bfff763f0b91b809bfa70b76a14c (diff)
downloadfreebsd-ports-gnome-42af42435b6e300d3819dea182176ea6bbfbaaec.tar.gz
freebsd-ports-gnome-42af42435b6e300d3819dea182176ea6bbfbaaec.tar.zst
freebsd-ports-gnome-42af42435b6e300d3819dea182176ea6bbfbaaec.zip
Mark as broken on 5.x. Distfile dates from 1994, last patch dates from
1996. It seems time has passed this influential program by.
Diffstat (limited to 'cad/spice')
-rw-r--r--cad/spice/Makefile8
1 files changed, 7 insertions, 1 deletions
diff --git a/cad/spice/Makefile b/cad/spice/Makefile
index 7dadd8d9a985..b91e57bd1475 100644
--- a/cad/spice/Makefile
+++ b/cad/spice/Makefile
@@ -18,6 +18,12 @@ 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
@@ -40,4 +46,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/examples/*.cir ${EXAMPLESDIR}
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>