aboutsummaryrefslogtreecommitdiff
path: root/devel/newlib-m68k/Makefile
blob: 2164de3825676688a6eebb1925fadc90f84bd823 (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
# New ports collection makefile for:	m68k-newlib-1.8.1
# Version required:	1.8.1
# Date created:		7 July 1998
# Whom:			Jerry Hicks <jhicks@glenatl.glenayre.com>
#
# $Id: Makefile,v 1.3 1998/11/21 17:55:47 steve Exp $
#

DISTNAME=	newlib-1.8.1
PKGNAME=	m68knewlib-1.8.1
CATEGORIES=	devel
MASTER_SITES=   ftp://ftp.cygnus.com/pub/newlib/

MAINTAINER=	Jerry.Hicks@Glenayre.com

BUILD_DEPENDS=	m68k-coff-gcc:${PORTSDIR}/devel/m68kgcc

USE_GMAKE=	yes
GNU_CONFIGURE=	yes

TARGET=		m68k-coff

CONFIGURE_ARGS=	--target=${TARGET} --with-gnu-as --with-gnu-ld

do-build:
	(cd ${WRKSRC} && ${GMAKE} CFLAGS="-O -pipe")

.include <bsd.port.mk>