23 lines
487 B
Makefile
23 lines
487 B
Makefile
# $OpenBSD: Makefile,v 1.21 2007/11/13 14:54:32 steven Exp $
|
|
|
|
COMMENT= win land without colliding with 'flyers' and 'eaters'
|
|
|
|
DISTNAME= xonix-1.4
|
|
PKGNAME= ${DISTNAME}p2
|
|
CATEGORIES= games
|
|
|
|
MASTER_SITES= ftp://ftp.interface-business.de/pub/outgoing/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= ICE SM X11 Xau Xdmcp Xaw Xext Xmu Xp Xpm Xt c m
|
|
|
|
CONFIGURE_STYLE=imake
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|