mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-05 01:55:52 +00:00
394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
21 lines
383 B
Makefile
21 lines
383 B
Makefile
# New ports collection makefile for: i386-rtems-g77
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= g77
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= i386
|
|
TGTABI= rtems
|
|
|
|
IGNORE= deprecated; use i386-rtems-gcc instead
|
|
DEPRECIATED= ${IGNORE}
|
|
EXPIRE_DATE= 2007-07-02
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gcc
|
|
.include "${MASTERDIR}/Makefile"
|