pkgsrc/games/xarchon/Makefile

29 lines
640 B
Makefile
Raw Normal View History

2003-07-13 15:50:19 +02:00
# $NetBSD: Makefile,v 1.20 2003/07/13 13:51:54 wiz Exp $
#
DISTNAME= xarchon-0.50
2003-07-13 15:50:19 +02:00
PKGREVISION= 2
CATEGORIES= games x11
1999-10-15 01:47:48 +02:00
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
2002-09-06 14:09:08 +02:00
USE_BUILDLINK2= YES
USE_GMAKE= YES
GNU_CONFIGURE= YES
USE_X11= YES
.include "../../mk/bsd.prefs.mk"
.if ${OPSYS} == "SunOS"
CONFIGURE_ENV+= CC="${CC}"
.endif
2002-09-06 14:09:08 +02:00
.include "../../audio/esound/buildlink2.mk"
.include "../../graphics/xpm/buildlink2.mk"
.include "../../x11/gtk/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"