diff options
Diffstat (limited to 'devel/sparc-rtems-g77/Makefile')
-rw-r--r-- | devel/sparc-rtems-g77/Makefile | 11 |
1 files changed, 8 insertions, 3 deletions
diff --git a/devel/sparc-rtems-g77/Makefile b/devel/sparc-rtems-g77/Makefile index 05a7a74667d..2c335c90abb 100644 --- a/devel/sparc-rtems-g77/Makefile +++ b/devel/sparc-rtems-g77/Makefile @@ -7,9 +7,14 @@ PORTNAME= g77 -MAINTAINER= ade@FreeBSD.org +MAINTAINER= stas@FreeBSD.org -LCLTARGET= sparc-rtems +TGTARCH= sparc +TGTABI= rtems -MASTERDIR= ${.CURDIR}/../i386-rtems-g77 +IGNORE= deprecated; use sparc-rtems-gcc instead +DEPRECIATED= ${IGNORE} +EXPIRE_DATE= 2007-06-22 + +MASTERDIR= ${.CURDIR}/../cross-gcc .include "${MASTERDIR}/Makefile" |