summaryrefslogtreecommitdiff
path: root/devel/libg++/Makefile
diff options
context:
space:
mode:
authorwiz <wiz>2004-09-10 16:14:03 +0000
committerwiz <wiz>2004-09-10 16:14:03 +0000
commitd1853bec017178bd45413fe0cd73aa7878e02601 (patch)
tree576dc8d54b539c3897be633c7acaa826cd286181 /devel/libg++/Makefile
parent38c755fdf8d4c9ecc2017a47595538561f394add (diff)
downloadpkgsrc-d1853bec017178bd45413fe0cd73aa7878e02601.tar.gz
Remove libg++; it has been discontinued in 1998.
Diffstat (limited to 'devel/libg++/Makefile')
-rw-r--r--devel/libg++/Makefile39
1 files changed, 0 insertions, 39 deletions
diff --git a/devel/libg++/Makefile b/devel/libg++/Makefile
deleted file mode 100644
index 0168054b0c1..00000000000
--- a/devel/libg++/Makefile
+++ /dev/null
@@ -1,39 +0,0 @@
-# $NetBSD: Makefile,v 1.28 2004/06/12 04:36:56 grant Exp $
-#
-
-DISTNAME= libg++-${GXXVERSION}
-CATEGORIES= devel
-MASTER_SITES= ${MASTER_SITE_GNU:=libg++/}
-
-MAINTAINER= tech-pkg@NetBSD.org
-COMMENT= GNU C++ Class Library
-
-ONLY_FOR_PLATFORM= NetBSD-*-*
-
-.if !exists(/usr/lib/libstdc++.so.2.0) && !exists(/usr/lib/libstdc++.so)
-PKG_SKIP_REASON= '${PKGNAME} is part of your NetBSD-1.3.x distribution. This is designed for NetBSD>=1.4.'
-.endif
-
-# used by internal Makefile
-GXXVERSION= 2.8.1.1a
-
-MAKE_ENV+= GXXVERSION="${GXXVERSION}" NOPROFILE=1 NOGCCERROR=1
-PLIST_SRC= ${WRKSRC}/.PLIST
-
-USE_MAKEINFO= YES
-INFO_FILES= libg++.info
-
-do-configure:
- @${CP} ${FILESDIR}/Makefile ${WRKSRC}
-
-pre-install:
- ${INSTALL_DATA_DIR} ${PREFIX}/include/g++/gen
-
-post-install:
- ${INSTALL_SCRIPT} ${WRKSRC}/genclass ${PREFIX}/bin/
- ${INSTALL_DATA} ${WRKSRC}/libg++.info ${PREFIX}/info/
- @(${CAT} ${PKGDIR}/PLIST.pre; cd ${PREFIX}; \
- /bin/ls 2>/dev/null -1d lib/libg++*.a lib/libg++.so*) \
- >${PLIST_SRC}
-
-.include "../../mk/bsd.pkg.mk"