aboutsummaryrefslogtreecommitdiffstats
path: root/lang/pgcc/Makefile
blob: ee273e4834ce9967091d24e363fb4485c2d0dbe4 (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:    pgcc-current  - Pentium gcc
# Version required: gcc-2.7.2 + Pentium patches current developement
# Date created:     Mi 18 Dez 1996 00:26:20 MET
# Whom:         Andreas Klemm <andreas@klemm.gtn.com>
#
# $Id: Makefile,v 1.1.1.1 1996/12/18 16:40:16 andreas Exp $
#

DISTNAME=   gcc-2.7.2
PKGNAME=    pgcc-2.7.2c
CATEGORIES= lang
MASTER_SITES=   ${MASTER_SITE_GNU}

# note this is an http site 
PATCH_SITES=    http://www.nightflight.com/~pcg/data/
PATCHFILES= gcc-2.7.2-961122.diff.gz

MAINTAINER= andreas@klemm.gtn.com

PATCH_DIST_STRIP=   -p1 -N -E
HAS_CONFIGURE=  yes
CONFIGURE_ARGS= --prefix=${PREFIX} --with-gnu-as --with-gnu-ld pentium-freebsd
MAN1=       gcc.1 g++.1 cccp.1

do-build:
    cd ${WRKSRC} && ${MAKE} bootstrap

do-install:
    cd ${WRKSRC} && ${MAKE} install CC="stage2/xgcc -Bstage2/" CFLAGS="-pipe -O2"

.include <bsd.port.mk>