freebsd-ports/devel/mingw32-gcc/Makefile

66 lines
1.8 KiB
Makefile
Raw Normal View History

# 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.3
2002-10-23 00:39:27 +02:00
PORTREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= mingw
PKGNAMEPREFIX= mingw-
DISTNAME= ${PORTNAME}-${PORTVERSION}-20010828-src
DIST_SUBDIR= mingw
MAINTAINER= doc@hisio.safenet.pl
2003-02-21 12:23:04 +01:00
COMMENT= FSF gcc-2.95.2 for Windows cross-development
BUILD_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \
${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt \
autoheader:${PORTSDIR}/devel/autoconf
RUN_DEPENDS= ${LOCALBASE}/i386-mingw32msvc/bin/as:${PORTSDIR}/devel/mingw-binutils \
${LOCALBASE}/bin/mingwm10.dll:${PORTSDIR}/devel/mingw-bin-msvcrt
WRKSRC= ${WRKDIR}/gcc-${PORTVERSION}-20010828
USE_GMAKE= yes
USE_REINPLACE= 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-patch:
${REINPLACE_CMD} -e 's/install-libiberty//' ${WRKSRC}/Makefile.in
${REINPLACE_CMD} -E -e 's/([^x])str(error|signal).[co]/\1/g' \
${WRKSRC}/libiberty/Makefile.in ${WRKSRC}/libstdc++/Makefile.in
pre-install:
${MV} ${PREFIX}/bin/i386-mingw32msvc-c++filt \
${PREFIX}/bin/i386-mingw32msvc-c++filt.binutils
post-install:
@for file in \
cpp gcov \
i386-mingw32msvc-c++ \
i386-mingw32msvc-c++filt \
i386-mingw32msvc-g++ \
i386-mingw32msvc-g77 \
i386-mingw32msvc-gcc \
i386-mingw32msvc-protoize \
i386-mingw32msvc-unprotoize; \
do \
strip ${PREFIX}/bin/$${file}; \
done
.include <bsd.port.mk>