diff options
Diffstat (limited to 'cad/gnucap/Makefile')
-rw-r--r-- | cad/gnucap/Makefile | 11 |
1 files changed, 4 insertions, 7 deletions
diff --git a/cad/gnucap/Makefile b/cad/gnucap/Makefile index d0b84b3e5363..961298974a83 100644 --- a/cad/gnucap/Makefile +++ b/cad/gnucap/Makefile @@ -7,11 +7,12 @@ # PORTNAME= gnucap -PORTVERSION= 0.34 +PORTVERSION= 2005.01.27 CATEGORIES= cad -MASTER_SITES= http://www.gnucap.org/ \ +MASTER_SITES= http://www.gnucap.org/devel/ \ http://www.geda.seul.org/dist/ \ http://www.kettering.edu/~adavis/gnucap/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./-/g} MAINTAINER= ports@FreeBSD.org COMMENT= The Gnu Circuit Analysis Package @@ -23,14 +24,10 @@ MAKE_ARGS= CCC="${CXX}" CCFLAGS="${CXXFLAGS}" CFLAGS+= -DUNIX -DNDEBUG -DNEEDS_IS_INF -DNEEDS_IS_NAN -I.. -MAN1= gnucap-ibis.1 gnucap.1 +MAN1= gnucap-ibis.1 gnucap.1 .include <bsd.port.pre.mk> -.if ${OSVERSION} >= 502126 -BROKEN= "Does not compile with gcc 3.4.2" -.endif - post-patch: @${REINPLACE_CMD} -e 's|echo|true|g' ${WRKSRC}/src/configure |