diff options
author | Greg Lehey <grog@FreeBSD.org> | 2007-01-20 03:24:09 +0000 |
---|---|---|
committer | Greg Lehey <grog@FreeBSD.org> | 2007-01-20 03:24:09 +0000 |
commit | 6d484f5b65bfdc07b9db3af047c75f4bcd76a537 (patch) | |
tree | 5ac79620f1016202a8464a7a8d60f9c707cf6fb7 /cad | |
parent | Update to the 20070115 snapshot of GCC 4.1.2. (diff) |
Deprecate, mark broken, schedule for deletion, drop maintainership.
Notes
Notes:
svn path=/head/; revision=182844
Diffstat (limited to 'cad')
-rw-r--r-- | cad/sceptre/Makefile | 12 |
1 files changed, 8 insertions, 4 deletions
diff --git a/cad/sceptre/Makefile b/cad/sceptre/Makefile index 837e528df5f8..9a6d39153979 100644 --- a/cad/sceptre/Makefile +++ b/cad/sceptre/Makefile @@ -11,16 +11,20 @@ PORTREVISION= 1 CATEGORIES= cad MASTER_SITES= http://ftp.osuosl.org/pub/FreeBSD/distfiles/ -MAINTAINER= grog@FreeBSD.org +MAINTAINER= ports@FreeBSD.org COMMENT= SCEPTRE is a general purpose circuit analysis program WANT_FORTRAN= yes #dummy but future use -BUILD_DEPENDS+= g77-34:${PORTSDIR}/lang/gcc34 -FC= g77-34 -F77= g77-34 +BUILD_DEPENDS+= gfortran42:${PORTSDIR}/lang/gcc42 +FC= gfortran42 +F77= gfortran42 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 + NO_WRKSUBDIR= YES post-install: |