Deprecate, mark broken, schedule for deletion, drop maintainership.
This commit is contained in:
parent
2f4ff75983
commit
6d484f5b65
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=182844
1 changed files with 8 additions and 4 deletions
|
@ -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:
|
||||
|
|
Loading…
Reference in a new issue