28 lines
590 B
Makefile
Raw Normal View History

2004-11-28 22:41:14 +00:00
# $OpenBSD: Makefile,v 1.20 2004/11/28 22:41:24 espie Exp $
COMMENT= "blockout style game for X11"
1998-05-20 02:53:11 +00:00
DISTNAME= xboing2.4
PKGNAME= xboing-2.4
1998-05-20 02:53:11 +00:00
CATEGORIES= games
2000-03-16 23:47:53 +00:00
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2004-11-28 22:41:14 +00:00
WANTLIB= X11 Xext Xpm c m ossaudio
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
USE_X11= 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>