1998-11-21 17:55:47 +00:00
|
|
|
# New ports collection makefile for: crossm68k
|
|
|
|
# Date created: 7 July 1997
|
|
|
|
# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com>
|
1998-03-16 03:45:05 +00:00
|
|
|
#
|
1999-08-25 05:57:29 +00:00
|
|
|
# $FreeBSD$
|
1998-03-16 03:45:05 +00:00
|
|
|
#
|
|
|
|
|
2000-04-11 21:30:15 +00:00
|
|
|
PORTNAME= crossm68k
|
|
|
|
PORTVERSION= 2.0
|
1998-03-16 03:45:05 +00:00
|
|
|
CATEGORIES= devel
|
1998-11-21 17:55:47 +00:00
|
|
|
DISTFILES= # empty
|
1998-03-16 03:45:05 +00:00
|
|
|
|
1998-11-21 17:55:47 +00:00
|
|
|
MAINTAINER= Jerry.Hicks@Glenayre.com
|
1998-03-16 03:45:05 +00:00
|
|
|
|
1998-11-21 17:55:47 +00:00
|
|
|
# this dependency will cause m68kbinutils and m68kgcc to be built as well
|
2000-06-03 00:41:00 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/newlib-m68k
|
|
|
|
RUN_DEPENDS= m68k-coff-gdb:${PORTSDIR}/devel/gdb-m68k
|
1998-03-16 03:45:05 +00:00
|
|
|
|
1998-11-21 17:55:47 +00:00
|
|
|
NO_BUILD= yes
|
1998-03-16 03:45:05 +00:00
|
|
|
|
1998-11-21 17:55:47 +00:00
|
|
|
do-install: # empty
|
1998-03-16 03:45:05 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|