394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
20 lines
386 B
Makefile
20 lines
386 B
Makefile
# New ports collection makefile for: sparc-rtems-g77
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= g77
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= sparc
|
|
TGTABI= rtems
|
|
|
|
IGNORE= deprecated; use sparc-rtems-gcc instead
|
|
DEPRECIATED= ${IGNORE}
|
|
EXPIRE_DATE= 2007-07-02
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gcc
|
|
.include "${MASTERDIR}/Makefile"
|