58c3144236
packages with the modular Xorg equivalent. Those are falling back to the old location by default, so this commmit doesn't change dependencies. graphics/xpm ==> x11/libXpm fonts/Xft2 ==> x11/libXft x11/Xfixes ==> x11/libXfixes x11/xcursor ==> x11/libXcursor x11/Xrender ==> x11/libXrender x11/Xrandr ==> libXrandr
33 lines
875 B
Makefile
33 lines
875 B
Makefile
# $NetBSD: Makefile,v 1.40 2006/12/15 20:32:56 joerg Exp $
|
|
#
|
|
|
|
DISTNAME= xarchon-0.60
|
|
PKGREVISION= 4
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://xarchon.seul.org/ \
|
|
ftp://xarchon.seul.org/pub/xarchon/
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://xarchon.seul.org/
|
|
COMMENT= Chess-like strategy game with battle options
|
|
|
|
USE_TOOLS+= gmake
|
|
GNU_CONFIGURE= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= CC=${CC:Q}
|
|
.endif
|
|
|
|
#HF#DEPENDS+= glade-[0-9]*:../../devel/glade
|
|
#HF#CONFIGURE_ENV+= GTK_CONFIG=${X11PREFIX}/bin/gtk-config
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../x11/libXpm/buildlink3.mk"
|
|
#HF#.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|