From 27e09755f3c62c604d785384b359ac0d64531a9f Mon Sep 17 00:00:00 2001 From: maho Date: Tue, 23 Jan 2007 05:20:58 +0000 Subject: * Fix build for CURRENT. * Grab maintainership. --- cad/sceptre/Makefile | 19 ++++++++++--------- 1 file changed, 10 insertions(+), 9 deletions(-) (limited to 'cad/sceptre') 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 + +.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 +.include -- cgit