openbsd-ports/games/xboing/Makefile

29 lines
601 B
Makefile
Raw Normal View History

2007-11-13 09:54:30 -05:00
# $OpenBSD: Makefile,v 1.22 2007/11/13 14:54:31 steven Exp $
COMMENT= blockout style game for X11
1998-05-19 22:53:11 -04:00
DISTNAME= xboing2.4
2007-11-13 09:54:30 -05:00
PKGNAME= xboing-2.4p0
1998-05-19 22:53:11 -04:00
CATEGORIES= games
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>