28 lines
590 B
Makefile
28 lines
590 B
Makefile
# $OpenBSD: Makefile,v 1.20 2004/11/28 22:41:24 espie 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
|
|
WANTLIB= X11 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>
|