18 lines
406 B
Makefile
18 lines
406 B
Makefile
# $NetBSD: Makefile,v 1.4 2001/02/16 15:10:44 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= corewars-0.9.11
|
|
CATEGORIES= games
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=corewars/}
|
|
|
|
MAINTAINER= rh@netbsd.org
|
|
HOMEPAGE= http://corewars.sourceforge.net/
|
|
COMMENT= programs on a virtual machine, fighting each other
|
|
|
|
DEPENDS+= gtk+>=1.2.0:../../x11/gtk
|
|
|
|
GNU_CONFIGURE= YES
|
|
USE_X11BASE= YES
|
|
USE_GMAKE= YES
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|