2009-03-13 17:15:44 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.15 2009/03/13 17:15:44 naddy Exp $
|
2001-08-07 05:13:34 +00:00
|
|
|
|
2007-09-15 18:01:00 +00:00
|
|
|
COMMENT= burgertime clone for X
|
2001-08-07 05:13:34 +00:00
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
DISTNAME= burgerspace-1.8.3
|
2001-08-07 05:13:34 +00:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
HOMEPAGE= http://sarrazip.com/dev/burgerspace.html
|
2001-08-07 05:13:34 +00:00
|
|
|
|
2008-11-01 20:54:40 +00:00
|
|
|
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
2001-08-07 05:13:34 +00:00
|
|
|
|
2008-11-01 20:54:40 +00:00
|
|
|
# GPLv2
|
2001-08-07 05:13:34 +00:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
WANTLIB= SDL c m pthread stdc++
|
2001-08-07 05:13:34 +00:00
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
2007-10-16 16:41:54 +00:00
|
|
|
|
2009-03-13 17:15:44 +00:00
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
|
2004-10-18 06:31:11 +00:00
|
|
|
SDL_mixer::devel/sdl-mixer \
|
|
|
|
SDL_image::devel/sdl-image
|
2007-10-16 16:41:54 +00:00
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
2003-11-21 21:02:57 +00:00
|
|
|
|
2001-08-07 05:13:34 +00:00
|
|
|
USE_X11= Yes
|
|
|
|
|
2002-12-23 02:36:23 +00:00
|
|
|
CONFIGURE_STYLE= gnu
|
2001-08-07 05:13:34 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|