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