freebsd-ports/devel/libg++/Makefile

39 lines
972 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= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \
ftp://gatekeeper.dec.com/pub/GNU/
PATCH_SITES= ftp://gcc.gnu.org/pub/gcc/infrastructure/ \
http://people.redhat.com/manfredh/libgxx/
PATCHFILES= ${DISTNAME}-20000312.diff.gz \
${DISTNAME}-20000419.diff.gz \
${DISTNAME}-20000816.diff.gz \
${DISTNAME}-20000914.diff.gz
PATCH_DIST_STRIP= -p1
2002-06-08 19:33:41 +02:00
MAINTAINER= ports@FreeBSD.org
2003-02-20 18:07:10 +01:00
COMMENT= A libg++ container classes for EGCS and later versions of GCC
2003-05-18 13:41:56 +02:00
.include <bsd.port.pre.mk>
.if ${OSVERSION} >= 500113
BROKEN= "Does not compile (bad C++ code)"
.endif
CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL}
PLIST_SUB= GCC28SUBDIR=${GCC28DIR}
pre-configure:
@${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile
2003-05-18 13:41:56 +02:00
.include <bsd.port.post.mk>