2000-06-26 19:19:10 +00:00
|
|
|
# New ports collection makefile for: mingw-gcc
|
|
|
|
# Date created: 6 June 2000
|
|
|
|
# Whom: Toshihiro Inoue <tino@pa2.so-net.ne.jp>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gcc
|
|
|
|
PORTVERSION= 2.95.2
|
|
|
|
CATEGORIES= devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU}
|
|
|
|
MASTER_SITE_SUBDIR= gcc
|
|
|
|
PKGNAMEPREFIX= mingw-
|
|
|
|
|
|
|
|
PATCH_SITES= http://www.ab.wakwak.com/~tino/windows/
|
|
|
|
PATCHFILES= ${PKGNAME}-1.diff.gz
|
|
|
|
PATCH_DIST_STRIP= -p1
|
|
|
|
|
|
|
|
MAINTAINER= tino@pa2.so-net.ne.jp
|
|
|
|
|
|
|
|
BUILD_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
|
2000-07-11 15:03:44 +00:00
|
|
|
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
|
|
|
|
autoheader:${PORTSDIR}/devel/autoconf
|
|
|
|
RUN_DEPENDS= i386-mingw32msvc-as:${PORTSDIR}/devel/mingw-binutils \
|
2000-06-26 19:19:10 +00:00
|
|
|
mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
CONFIGURE_ARGS= --target=i386-mingw32msvc \
|
|
|
|
--with-gxx-include-dir=${PREFIX}/lib/gcc-lib/i386-mingw32msvc/${PORTVERSION}/include/g++
|
|
|
|
|
|
|
|
PLIST_SUB= PORTVERSION="${PORTVERSION}"
|
|
|
|
|
|
|
|
MAN1= cccp.1 \
|
|
|
|
i386-mingw32msvc-g++.1 \
|
|
|
|
i386-mingw32msvc-g77.1 \
|
|
|
|
i386-mingw32msvc-gcc.1
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
@for file in \
|
2000-08-24 14:07:29 +00:00
|
|
|
cpp gcjh gcov jcf-dump jv-scan \
|
|
|
|
i386-mingw32msvc-c++ \
|
|
|
|
i386-mingw32msvc-c++filt \
|
|
|
|
i386-mingw32msvc-g++ \
|
|
|
|
i386-mingw32msvc-g77 \
|
|
|
|
i386-mingw32msvc-gcc \
|
|
|
|
i386-mingw32msvc-gcj \
|
|
|
|
i386-mingw32msvc-protoize \
|
|
|
|
i386-mingw32msvc-unprotoize; \
|
2000-06-26 19:19:10 +00:00
|
|
|
do \
|
2000-08-24 14:07:29 +00:00
|
|
|
strip ${PREFIX}/bin/$${file}; \
|
2000-06-26 19:19:10 +00:00
|
|
|
done
|
2000-08-24 14:07:29 +00:00
|
|
|
@rm ${PREFIX}/info/chill.info
|
2000-06-26 19:19:10 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|