summaryrefslogtreecommitdiff
path: root/graphics/clanlib/Makefile
diff options
context:
space:
mode:
authorwiz <wiz@pkgsrc.org>2005-05-18 22:39:00 +0000
committerwiz <wiz@pkgsrc.org>2005-05-18 22:39:00 +0000
commitf6ce0a82d01048fece3808c47a3861edb06bb6eb (patch)
tree6f3fcf1d94a4915cdab807505a2d031a0b1b6fae /graphics/clanlib/Makefile
parenta9c1cbde211b63c5ce717b12db2f72e3ae090343 (diff)
downloadpkgsrc-f6ce0a82d01048fece3808c47a3861edb06bb6eb.tar.gz
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.
Diffstat (limited to 'graphics/clanlib/Makefile')
-rw-r--r--graphics/clanlib/Makefile49
1 files changed, 0 insertions, 49 deletions
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"