openbsd-ports/games/xboing/Makefile

33 lines
660 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.23 2007/12/07 10:25:46 ajacoutot Exp $
COMMENT= blockout style game for X11
1998-05-19 22:53:11 -04:00
V= 2.4
DISTNAME= xboing${V}
PKGNAME= xboing-${V}p1
1998-05-19 22:53:11 -04:00
CATEGORIES= games
HOMEPAGE= http://www.techrescue.org/xboing/
2000-03-16 18:47:53 -05:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 09:54:30 -05:00
WANTLIB= X11 Xau Xdmcp Xext Xpm c m ossaudio
2000-03-16 18:47:53 -05:00
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
1998-05-19 22:53:11 -04:00
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}/xboing
1998-05-19 22:53:11 -04:00
USE_X11= Yes
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
2004-10-01 04:13:43 -04:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xboing
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xboing/xboing.score
1998-05-19 22:53:11 -04:00
.include <bsd.port.mk>