2000-12-05 15:21:02 +00:00
|
|
|
# New ports collection makefile for: avr-gcc
|
|
|
|
# Date created: 29 Nov 2000
|
|
|
|
# Whom: Joerg Wunsch <joerg@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcc
|
2001-08-12 15:15:21 +00:00
|
|
|
PORTVERSION= 3.0
|
2000-12-05 15:21:02 +00:00
|
|
|
CATEGORIES= devel
|
2001-08-12 15:15:21 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}/${PORTNAME}-${PORTVERSION}
|
2001-08-12 16:33:45 +00:00
|
|
|
PKGNAMEPREFIX= avr-
|
2000-12-05 15:21:02 +00:00
|
|
|
DISTNAME= gcc-core-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= joerg@freebsd.org
|
|
|
|
|
|
|
|
BUILD_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
|
2001-03-11 08:37:18 +00:00
|
|
|
avr-ld:${PORTSDIR}/devel/avr-binutils \
|
|
|
|
autoheader:${PORTSDIR}/devel/autoconf
|
2000-12-05 15:21:02 +00:00
|
|
|
RUN_DEPENDS= avr-as:${PORTSDIR}/devel/avr-binutils \
|
|
|
|
avr-ld:${PORTSDIR}/devel/avr-binutils
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}
|
|
|
|
|
|
|
|
# Unfortunately, only some mirrors have it as a .bz2 file, while
|
|
|
|
# the original master site still uses .gz.
|
|
|
|
#USE_BZIP2= yes
|
|
|
|
USE_GMAKE= yes
|
2001-04-29 11:20:05 +00:00
|
|
|
USE_BISON= yes
|
2000-12-05 15:21:02 +00:00
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --target=avr
|
|
|
|
|
|
|
|
MAKE_FLAGS= LANGUAGES="c"
|
|
|
|
|
2001-04-20 13:52:28 +00:00
|
|
|
MAN1= cpp.1 avr-gcc.1 gcov.1
|
2000-12-05 15:21:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|