mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
394bf27ce7
- Fix expiration date. Noticed by: erwin [1]
21 lines
628 B
Makefile
21 lines
628 B
Makefile
# New ports collection makefile for: i960-rtems-gdb
|
|
# Date created: 9 June 2000
|
|
# Whom: James Housley <jim@thehousleys.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MAINTAINER= stas@FreeBSD.org
|
|
|
|
TGTARCH= i960
|
|
TGTABI= rtems
|
|
|
|
IGNORE= abandoned by mainstream
|
|
DEPRECIATED= ${IGNORE}
|
|
EXPIRE_DATE= 2007-07-02
|
|
|
|
MAN1= ${LCLTARGET}-run.1
|
|
|
|
MASTERDIR= ${.CURDIR}/../cross-gdb
|
|
.include "${MASTERDIR}/Makefile"
|