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