openbsd-ports/games/xboing/Makefile

28 lines
590 B
Makefile
Raw Normal View History

2004-11-28 17:41:14 -05:00
# $OpenBSD: Makefile,v 1.20 2004/11/28 22:41:24 espie Exp $
COMMENT= "blockout style game for X11"
1998-05-19 22:53:11 -04:00
DISTNAME= xboing2.4
PKGNAME= xboing-2.4
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
2004-11-28 17:41:14 -05:00
WANTLIB= X11 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>