2010-04-06 17:23:13 -04:00
|
|
|
# $OpenBSD: Makefile,v 1.18 2010/04/06 21:23:13 ajacoutot Exp $
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2007-09-15 14:01:00 -04:00
|
|
|
COMMENT= burgertime clone for X
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2010-04-04 11:37:19 -04:00
|
|
|
DISTNAME= burgerspace-1.8.4
|
2010-04-06 17:23:13 -04:00
|
|
|
PKGNAME= ${DISTNAME}p0
|
2009-12-22 11:27:59 -05:00
|
|
|
|
2001-08-07 01:13:34 -04:00
|
|
|
CATEGORIES= games
|
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
HOMEPAGE= http://sarrazip.com/dev/burgerspace.html
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2008-11-01 16:54:40 -04:00
|
|
|
# GPLv2
|
2001-08-07 01:13:34 -04:00
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
|
2010-04-04 11:37:19 -04:00
|
|
|
WANTLIB += SDL SDL_image SDL_mixer c m pthread stdc++
|
2001-08-07 01:13:34 -04:00
|
|
|
|
2009-03-13 13:15:44 -04:00
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
2007-10-16 12:41:54 -04:00
|
|
|
|
2010-04-04 11:37:19 -04:00
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0:flatzebra->=0.1.4:devel/flatzebra
|
2007-10-16 12:41:54 -04:00
|
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
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
|
2001-08-07 01:13:34 -04:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|