openbsd-ports/games/xbl/Makefile

27 lines
542 B
Makefile
Raw Normal View History

2010-11-16 06:23:25 -05:00
# $OpenBSD: Makefile,v 1.26 2010/11/16 11:23:28 espie Exp $
COMMENT= 3D block-dropping game
1998-05-19 22:41:55 -04:00
2007-12-06 10:45:23 -05:00
DISTNAME= xbl-1.1.5
2010-11-16 06:23:25 -05:00
REVISION = 0
1998-05-19 22:41:55 -04:00
CATEGORIES= games
2003-07-18 11:03:53 -04:00
HOMEPAGE= http://www710.univ-lyon1.fr/ftp/xbl/xbl.html
2002-10-26 16:44:38 -04:00
2003-07-18 11:03:53 -04:00
# GPL
2000-04-04 05:04:58 -04: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 c m pthread-stubs xcb
2000-02-12 03:02:07 -05:00
2006-07-12 03:46:21 -04:00
MASTER_SITES= http://www710.univ-lyon1.fr/ftp/xbl/
2003-07-18 11:03:53 -04:00
2010-10-18 14:00:15 -04:00
USE_GROFF = Yes
2003-07-18 11:03:53 -04:00
CONFIGURE_STYLE=gnu # also uses imake
2007-12-06 10:45:23 -05:00
MAKE_ENV= OPTCFLAGS='${CFLAGS}'
1998-05-19 22:41:55 -04:00
2002-10-26 16:44:38 -04:00
NO_REGRESS= Yes
1998-05-19 22:41:55 -04:00
.include <bsd.port.mk>