43ac8c39e1
former) for applications that are known to require C++.
34 lines
865 B
Makefile
34 lines
865 B
Makefile
# $NetBSD: Makefile,v 1.29 2004/11/13 22:04:52 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= xarchon-0.60
|
|
PKGREVISION= 1
|
|
CATEGORIES= games x11
|
|
MASTER_SITES= http://xarchon.seul.org/ \
|
|
ftp://xarchon.seul.org/pub/xarchon/
|
|
|
|
MAINTAINER= hubertf@NetBSD.org
|
|
HOMEPAGE= http://xarchon.seul.org/
|
|
COMMENT= Chess-like strategy game with battle options
|
|
|
|
USE_BUILDLINK3= YES
|
|
USE_GNU_TOOLS+= make
|
|
GNU_CONFIGURE= YES
|
|
USE_X11= YES
|
|
USE_LANGUAGES= c c++
|
|
|
|
.include "../../mk/bsd.prefs.mk"
|
|
|
|
.if ${OPSYS} == "SunOS"
|
|
CONFIGURE_ENV+= CC="${CC}"
|
|
.endif
|
|
|
|
#HF#DEPENDS+= glade-[0-9]*:../../devel/glade
|
|
#HF#CONFIGURE_ENV+= GTK_CONFIG=${X11PREFIX}/bin/gtk-config
|
|
|
|
.include "../../audio/esound/buildlink3.mk"
|
|
.include "../../graphics/xpm/buildlink3.mk"
|
|
#HF#.include "../../x11/gtk/buildlink3.mk"
|
|
.include "../../x11/qt3-libs/buildlink3.mk"
|
|
.include "../../graphics/glu/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|