1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-06 22:51:41 +00:00
freebsd-ports/devel/gcc-m68k/Makefile
Satoshi Asami 390aaae89c Oops, missed the commit message the last time around. No need to use
+= for variables defined only once.

Also, MAKE_FLAGS is defined with ?=, not += (probably a bad idea,
but hard to change now) , in bsd.port.mk, so you need the "-f" in there.
The only reason why this worked was because there is a "Makefile"
target in the source's Makefile.
1998-08-13 03:34:33 +00:00

32 lines
819 B
Makefile

# 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>