diff options
author | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-27 19:23:25 +0000 |
---|---|---|
committer | David E. O'Brien <obrien@FreeBSD.org> | 2000-02-27 19:23:25 +0000 |
commit | 0230de86447151cfb65730f648fce45696ebda87 (patch) | |
tree | e3b789da827ec028488c94b96b6e562565f2eb3c /devel/libg++/Makefile | |
parent | 355868389ff41adaa0a45301131c2281f3a11fd7 (diff) | |
download | ports-0230de86447151cfb65730f648fce45696ebda87.tar.gz ports-0230de86447151cfb65730f648fce45696ebda87.zip |
Notes
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r-- | devel/libg++/Makefile | 26 |
1 files changed, 26 insertions, 0 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile new file mode 100644 index 000000000000..9b0f31b7cc82 --- /dev/null +++ b/devel/libg++/Makefile @@ -0,0 +1,26 @@ +# ex:ts=8 +# Ports collection makefile for: GNU glib++ +# Date created: Wed, 23 Feb 2000 +# Whom: David O'Brien <obrien@NUXI.com> +# +# $FreeBSD$ +# + +DISTNAME= libg++-2.8.1.3 +CATEGORIES= devel +MASTER_SITES= 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} + +MAINTAINER= obrien@FreeBSD.org + +CONFIGURE_TARGET= ${ARCH}-portbld-freebsd${OSREL} +PLIST_SUB= GCC28SUBDIR=${GCC28DIR} +USE_NEWGCC= yes + +pre-configure: + @${CP} -p ${FILESDIR}/Makefile.libg++ ${WRKSRC}/Makefile + +.include <bsd.port.mk> |