a8ddb9a348
prodded by espie@ discussed with espie@ sthen@ landry@
34 lines
690 B
Makefile
34 lines
690 B
Makefile
# $OpenBSD: Makefile,v 1.16 2009/12/22 16:28:00 ajacoutot Exp $
|
|
|
|
COMMENT= burgertime clone for X
|
|
|
|
DISTNAME= burgerspace-1.8.3
|
|
PKGNAME= ${DISTNAME}p0
|
|
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://sarrazip.com/dev/burgerspace.html
|
|
|
|
MAINTAINER= Serge Basterot <sb@wo-do.com>
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB= SDL c m pthread stdc++
|
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
|
|
|
LIB_DEPENDS= flatzebra-0.1.>=1.0::devel/flatzebra \
|
|
SDL_mixer::devel/sdl-mixer \
|
|
SDL_image::devel/sdl-image
|
|
RUN_DEPENDS= :desktop-file-utils-*:devel/desktop-file-utils
|
|
|
|
USE_X11= Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|