2006-08-02 05:36:20 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2006/08/02 09:36:20 espie Exp $
|
2001-08-07 01:13:34 -04:00
|
|
|
|
|
|
|
COMMENT= "burgertime clone for X"
|
|
|
|
|
2003-01-21 04:36:55 -05:00
|
|
|
DISTNAME= burgerspace-1.7.0
|
2001-08-07 01:13:34 -04:00
|
|
|
CATEGORIES= games
|
|
|
|
|
|
|
|
HOMEPAGE= http://www3.sympatico.ca/sarrazip/dev/burgerspace.html
|
|
|
|
|
|
|
|
MAINTAINER= Peter Valchev <pvalchev@openbsd.org>
|
|
|
|
|
|
|
|
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= SDL X11 Xext c m pthread stdc++ usbhid
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2001-12-28 16:51:08 -05:00
|
|
|
MASTER_SITES= http://www3.sympatico.ca/sarrazip/dev/
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2006-08-02 05:36:20 -04:00
|
|
|
LIB_DEPENDS= gengameng.>=4.1::devel/gengameng \
|
2004-10-18 02:31:11 -04:00
|
|
|
SDL_mixer::devel/sdl-mixer \
|
|
|
|
SDL_image::devel/sdl-image
|
2003-11-21 16:02:57 -05:00
|
|
|
|
2001-08-07 01:13:34 -04:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-22 21:36:23 -05:00
|
|
|
CONFIGURE_STYLE= gnu
|
2003-01-21 04:36:55 -05:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include"
|
2001-08-07 01:13:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|