11467f34ea
Adapted from Debian via Robert Nagy <thuglife@bsd.hu>. * Fix high score file handling.
23 lines
414 B
Makefile
23 lines
414 B
Makefile
# $OpenBSD: Makefile,v 1.18 2004/03/06 02:41:00 naddy Exp $
|
|
|
|
COMMENT= "blockout style game for X11"
|
|
|
|
DISTNAME= xboing2.4
|
|
PKGNAME= xboing-2.4
|
|
CATEGORIES= games
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
|
|
|
|
CONFIGURE_STYLE=imake
|
|
WRKDIST= ${WRKDIR}/xboing
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
.include <bsd.port.mk>
|