blob: dadcc4e650f3da465445ebd239ba023ee72d89ca (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
|
# New ports collection makefile for: crossm68k
# Date created: 7 July 1997
# Whom: Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $FreeBSD$
#
PORTNAME= crossm68k
PORTVERSION= 2.0
CATEGORIES= devel
DISTFILES= # empty
MAINTAINER= Jerry.Hicks@Glenayre.com
# this dependency will cause m68kbinutils and m68kgcc to be built as well
BUILD_DEPENDS= ${LOCALBASE}/m68k-coff/lib/crt0.o:${PORTSDIR}/devel/m68knewlib
RUN_DEPENDS= m68k-coff-gdb:${PORTSDIR}/devel/m68kgdb
NO_BUILD= yes
do-install: # empty
.include <bsd.port.mk>
|