35 lines
685 B
Makefile
Raw Normal View History

2010-10-24 20:58:58 +00:00
# $OpenBSD: Makefile,v 1.28 2010/10/24 21:19:03 ajacoutot Exp $
COMMENT= blockout style game for X11
1998-05-20 02:53:11 +00:00
V= 2.4
DISTNAME= xboing${V}
PKGNAME= xboing-${V}
REVISION= 3
1998-05-20 02:53:11 +00:00
CATEGORIES= games
HOMEPAGE= http://www.techrescue.org/xboing/
# X Consortium
2000-03-16 23:47:53 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2007-11-13 14:54:30 +00:00
WANTLIB= X11 Xau Xdmcp Xext Xpm c m sndio
2000-03-16 23:47:53 +00:00
2002-05-13 18:50:36 +00:00
MASTER_SITES= ${MASTER_SITE_XCONTRIB:=games/}
1998-05-20 02:53:11 +00:00
CONFIGURE_STYLE=imake
WRKDIST= ${WRKDIR}/xboing
1998-05-20 02:53:11 +00:00
2010-10-18 18:00:15 +00:00
USE_GROFF = Yes
2002-10-26 20:44:38 +00:00
NO_REGRESS= Yes
2004-10-01 08:13:43 +00:00
post-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/xboing
${INSTALL_DATA} /dev/null ${PREFIX}/share/examples/xboing/xboing.score
1998-05-20 02:53:11 +00:00
.include <bsd.port.mk>