aboutsummaryrefslogtreecommitdiffstats
path: root/devel/gcc-m68k/Makefile
blob: 61ad94789a87cdd33bafbae56cdf587f51db42df (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
24
25
26
27
28
29
30
31
# New ports collection makefile for:    m68kgcc-2.8.1
# Version required: 2.8.1
# Date created:     7 July 1998
# Whom:         Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $Id: Makefile,v 1.2 1998/08/13 03:30:28 asami Exp $
#

DISTNAME=   gcc-2.8.1
PKGNAME=    m68kgcc-2.8.1
CATEGORIES= devel
MASTER_SITES=   ${MASTER_SITE_GNU}

MAINTAINER= jhicks@glenatl.glenayre.com

BUILD_DEPENDS=  m68k-coff-as:${PORTSDIR}/devel/m68kbinutils \
        m68k-coff-ld:${PORTSDIR}/devel/m68kbinutils
RUN_DEPENDS=    m68k-coff-as:${PORTSDIR}/devel/m68kbinutils \
        m68k-coff-ld:${PORTSDIR}/devel/m68kbinutils

NO_PACKAGE= please compile locally
USE_GMAKE=  yes
GNU_CONFIGURE=  yes

CONFIGURE_ARGS= --target=m68k-coff --with-gnu-as --with-gnu-ld

MAKE_FLAGS= LANGUAGES="c c++" SUBDIRS="cp" -f

MAN1=       cccp.1 m68k-coff-g++.1 m68k-coff-gcc.1

.include <bsd.port.mk>