summaryrefslogtreecommitdiff
path: root/cad
diff options
context:
space:
mode:
authorMaho Nakata <maho@FreeBSD.org>2007-01-23 05:20:58 +0000
committerMaho Nakata <maho@FreeBSD.org>2007-01-23 05:20:58 +0000
commitdc7fd64b5aefc509d9bfe64cac33ca0a76c3795b (patch)
treeda11fa8403567d43d416e3cd65934bc2c01f65b0 /cad
parentupdate mousepad to 0.2.12 since 0.2.10 disappeared shortly after it was (diff)
* Fix build for CURRENT.
* Grab maintainership.
Notes
Notes: svn path=/head/; revision=183045
Diffstat (limited to 'cad')
-rw-r--r--cad/sceptre/Makefile19
1 files changed, 10 insertions, 9 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile
index 9a6d39153979..568f4177f102 100644
--- a/cad/sceptre/Makefile
+++ b/cad/sceptre/Makefile
@@ -11,19 +11,20 @@ PORTREVISION= 1
CATEGORIES= cad
MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/
-MAINTAINER= ports@FreeBSD.org
+MAINTAINER= maho@FreeBSD.org
COMMENT= SCEPTRE is a general purpose circuit analysis program
WANT_FORTRAN= yes #dummy but future use
-BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42
-FC= gfortran42
-F77= gfortran42
+
+.include <bsd.port.pre.mk>
+
+.if ${OSVERSION} > 700000
+BUILD_DEPENDS+= g77-34:${PORTSDIR}/lang/gcc34
+FC= g77-34
+F77= g77-34
FFLAGS+= -fno-automatic -O
MAKE_ENV+= FC="${FC}" F77="${F77}" FFLAGS="${FFLAGS}"
-
-BROKEN= Does not build
-DEPRECATED= Nobody seems to use this port. Please report if you do.
-EXPIRATION_DATE= 2007-07-01
+.endif
NO_WRKSUBDIR= YES
@@ -34,4 +35,4 @@ post-install:
${INSTALL_DATA} ${WRKSRC}/doc/doc_ger.pdf ${PREFIX}/share/doc/sceptre/doc_ger.pdf
.endif
-.include <bsd.port.mk>
+.include <bsd.port.post.mk>