openbsd-ports/games/tuxkart/Makefile

31 lines
646 B
Makefile
Raw Normal View History

2013-03-11 07:02:49 -04:00
# $OpenBSD: Makefile,v 1.6 2013/03/11 11:07:41 espie Exp $
COMMENT = tuxkart is a simple Go-Kart racing game.
DISTNAME = tuxkart-0.4.0
2010-11-16 06:23:25 -05:00
REVISION = 1
CATEGORIES = games
HOMEPAGE = http://tuxkart.sourceforge.net/
MASTER_SITES = ${HOMEPAGE}/dist/
MAINTAINER = Gallon Sylvestre <ccna.syl@gmail.com>
# GPLv2
PERMIT_PACKAGE_CDROM = Yes
WANTLIB = GL ICE SM X11 Xext Xi Xmu c m pthread pthread-stubs \
sndio stdc++ xcb
2010-11-16 06:23:25 -05:00
BUILD_DEPENDS = devel/plib
USE_GMAKE = Yes
CONFIGURE_STYLE = gnu
CONFIGURE_ENV = CPPFLAGS="-I${LOCALBASE}/include \
-I${X11BASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib" \
LIBS="-lsndio"
.include <bsd.port.mk>