13cb3f4d17
- add small notice in DESCR stating display must be in 8-bit color mode - regen patches while here
33 lines
660 B
Makefile
33 lines
660 B
Makefile
# $OpenBSD: Makefile,v 1.23 2007/12/07 10:25:46 ajacoutot Exp $
|
|
|
|
COMMENT= blockout style game for X11
|
|
|
|
V= 2.4
|
|
DISTNAME= xboing${V}
|
|
PKGNAME= xboing-${V}p1
|
|
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://www.techrescue.org/xboing/
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= X11 Xau Xdmcp Xext Xpm c m ossaudio
|
|
|
|
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
|
|
|
|
CONFIGURE_STYLE=imake
|
|
WRKDIST= ${WRKDIR}/xboing
|
|
|
|
USE_X11= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
post-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xboing
|
|
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xboing/xboing.score
|
|
|
|
.include <bsd.port.mk>
|