31 lines
662 B
Makefile
31 lines
662 B
Makefile
# $OpenBSD: Makefile,v 1.24 2011/07/08 22:38:52 ajacoutot Exp $
|
|
|
|
COMMENT= burgertime clone for X
|
|
|
|
DISTNAME= burgerspace-1.9.0
|
|
|
|
CATEGORIES= games
|
|
|
|
HOMEPAGE= http://sarrazip.com/dev/burgerspace.html
|
|
|
|
# GPLv2
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
PERMIT_DISTFILES_FTP= Yes
|
|
|
|
WANTLIB += FLAC SDL SDL_image SDL_mixer c flatzebra-0.1 iconv
|
|
WANTLIB += jpeg m mikmod ogg png pthread smpeg sndio stdc++ tiff
|
|
WANTLIB += usbhid vorbis vorbisfile z
|
|
|
|
MASTER_SITES= http://sarrazip.com/dev/
|
|
|
|
LIB_DEPENDS= devel/flatzebra>=0.1.5
|
|
RUN_DEPENDS= devel/desktop-file-utils
|
|
|
|
USE_GROFF = Yes
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
|
|
.include <bsd.port.mk>
|