diff options
Diffstat (limited to 'games')
-rw-r--r-- | games/xarchon/Makefile | 14 | ||||
-rw-r--r-- | games/xarchon/distinfo | 3 | ||||
-rw-r--r-- | games/xarchon/patches/patch-ab | 16 |
3 files changed, 9 insertions, 24 deletions
diff --git a/games/xarchon/Makefile b/games/xarchon/Makefile index 8238fe0a8ad..ae6f44c19bd 100644 --- a/games/xarchon/Makefile +++ b/games/xarchon/Makefile @@ -1,4 +1,4 @@ -# $NetBSD: Makefile,v 1.17 2001/08/15 20:40:01 zuntum Exp $ +# $NetBSD: Makefile,v 1.18 2002/09/06 12:17:38 wiz Exp $ # DISTNAME= xarchon-0.50 @@ -10,8 +10,10 @@ MAINTAINER= hubertf@netbsd.org HOMEPAGE= http://xarchon.seul.org/ COMMENT= Chess-like strategy game with battle options -USE_BUILDLINK_ONLY= YES -GNU_CONFIGURE= YES +USE_BUILDLINK2= YES +USE_GMAKE= YES +GNU_CONFIGURE= YES +USE_X11= YES .include "../../mk/bsd.prefs.mk" @@ -19,7 +21,7 @@ GNU_CONFIGURE= YES CONFIGURE_ENV+= CC="${CC}" .endif -.include "../../audio/esound/buildlink.mk" -.include "../../graphics/xpm/buildlink.mk" -.include "../../x11/gtk/buildlink.mk" +.include "../../audio/esound/buildlink2.mk" +.include "../../graphics/xpm/buildlink2.mk" +.include "../../x11/gtk/buildlink2.mk" .include "../../mk/bsd.pkg.mk" diff --git a/games/xarchon/distinfo b/games/xarchon/distinfo index ad2d241fe40..35e1160b930 100644 --- a/games/xarchon/distinfo +++ b/games/xarchon/distinfo @@ -1,5 +1,4 @@ -$NetBSD: distinfo,v 1.3 2001/08/15 20:40:01 zuntum Exp $ +$NetBSD: distinfo,v 1.4 2002/09/06 12:17:38 wiz Exp $ SHA1 (xarchon-0.50.tar.gz) = cee35cc80344cc54ff0be888c7f65c751cd45b45 Size (xarchon-0.50.tar.gz) = 371299 bytes -SHA1 (patch-ab) = 2b78007af08762199a51e40a59284f0119751228 diff --git a/games/xarchon/patches/patch-ab b/games/xarchon/patches/patch-ab deleted file mode 100644 index 98ea3b65470..00000000000 --- a/games/xarchon/patches/patch-ab +++ /dev/null @@ -1,16 +0,0 @@ -$NetBSD: patch-ab,v 1.4 2001/08/15 20:40:02 zuntum Exp $ - ---- src/Makefile.in.orig Wed Oct 13 05:28:34 1999 -+++ src/Makefile.in Wed Oct 13 05:35:10 1999 -@@ -58,8 +58,9 @@ - NORMAL_UNINSTALL = : - PRE_UNINSTALL = : - POST_UNINSTALL = : --CC = @CC@ --CXX = @CXX@ -+# This mess should be done differently - HF -+CC = cc -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs` -+CXX = c++ -I${X11BASE}/include -L${X11BASE}/lib -Wl,-R${X11BASE}/lib -I. -I.. `${GTK_CONFIG} --cflags` `${GTK_CONFIG} --libs` - ESD_CFLAGS = @ESD_CFLAGS@ - ESD_CONFIG = @ESD_CONFIG@ - ESD_LIBS = @ESD_LIBS@ |