From f6ce0a82d01048fece3808c47a3861edb06bb6eb Mon Sep 17 00:00:00 2001 From: wiz Date: Wed, 18 May 2005 22:39:00 +0000 Subject: Remove packages that have been broken on 2.0/i386 for over 9 months now; neither maintainer nor anyone else stepped up to fix them. Predicted on tech-pkg and in private mail to maintainers; no comments. --- graphics/clanlib/Makefile | 49 ----------------------------------------------- 1 file changed, 49 deletions(-) delete mode 100644 graphics/clanlib/Makefile (limited to 'graphics/clanlib/Makefile') diff --git a/graphics/clanlib/Makefile b/graphics/clanlib/Makefile deleted file mode 100644 index a65a0d3c77c..00000000000 --- a/graphics/clanlib/Makefile +++ /dev/null @@ -1,49 +0,0 @@ -# $NetBSD: Makefile,v 1.40 2005/04/28 22:39:04 jlam Exp $ - -DISTNAME= ClanLib-0.4.4 -PKGREVISION= 6 -CATEGORIES= graphics games devel x11 -MASTER_SITES= http://dark.x.dtu.dk/~mbn/clanlib/download/ - -MAINTAINER= root@garbled.net -HOMEPAGE= http://www.clanlib.org/ -COMMENT= The ClanLib Game SDK - -USE_LANGUAGES= c++ -USE_X11BASE= yes -USE_GNU_TOOLS+= make -GNU_CONFIGURE= yes -PTHREAD_OPTS+= require - -.include "../../mk/bsd.prefs.mk" - -.if ${MACHINE_ARCH} == "i386" -CONFIGURE_ARGS+= --enable-asm386 -.else -CONFIGURE_ARGS+= --disable-asm386 -.endif -CONFIGURE_ARGS+= --enable-libpng -CONFIGURE_ARGS+= --enable-clansound -CONFIGURE_ARGS+= --enable-dyn -CONFIGURE_ARGS+= --enable-network -CONFIGURE_ARGS+= --enable-mesa -CONFIGURE_ARGS+= --disable-ggi -CONFIGURE_ARGS+= --disable-vidmode - -CONFIGURE_ENV+= perl_exec="${PERL5}" -CONFIGURE_ENV+= LOCALBASE="${LOCALBASE}" -MAKE_ENV+= X11BASE="${X11BASE}" - -.include "../../mk/bsd.prefs.mk" - -post-patch: - ${CHMOD} +x ${WRKSRC}/configure - -.include "../../graphics/hermes/buildlink3.mk" -.include "../../graphics/png/buildlink3.mk" -.include "../../graphics/MesaLib/buildlink3.mk" -.include "../../graphics/glu/buildlink3.mk" -.include "../../mk/pthread.buildlink3.mk" -.include "../../mk/ossaudio.buildlink3.mk" - -.include "../../mk/bsd.pkg.mk" -- cgit v1.2.3