freebsd-ports/devel/libg++/Makefile

37 lines
925 B
Makefile
Raw Normal View History

# ex:ts=8
# Ports collection makefile for: GNU glib++
# Date created: Wed, 23 Feb 2000
# Whom: David O'Brien <obrien@NUXI.com>
#
# $FreeBSD$
#
2000-04-11 23:30:15 +02:00
PORTNAME= libg++
PORTVERSION= 2.8.1.3
CATEGORIES= devel
MASTER_SITES= http://www.m-hollstein.de/libgxx/ \
ftp://ftp.valinux.com/pub/support/hjl/ \
ftp://egcs.cygnus.com/pub/gcc/infrastructure/ \
ftp://ftp.iij.ad.jp/pub/egcs/infrastructure/ \
ftp://ftp.ninemoons.com/pub/mirrors/egcs/infrastructure/ \
${MASTER_SITE_GNU}
2000-04-15 11:21:30 +02:00
PATCH_SITES= http://www.m-hollstein.de/libgxx/ \
2000-06-29 04:31:42 +02:00
${MASTER_SITE_LOCAL}
PATCH_SITE_SUBDIR= obrien
2000-04-11 23:30:15 +02:00
PATCHFILES= ${DISTNAME}-20000312.diff.gz
PATCH_DIST_STRIP= -p1
MAINTAINER= obrien@FreeBSD.org
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= GCC28SUBDIR=${GCC28DIR}
USE_NEWGCC= yes
BROKEN= "Does not build - compiler error"
pre-configure:
@${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile
.include <bsd.port.mk>