openbsd-ports/games/csmash/Makefile
jdixon a63eb5aa25 Cannon Smash is a 3D table tennis game. The goal of the project is
to provide a computer game rendition of table tennis that allows the 
use of various strategies available in the real game.

Adapted from the FreeBSD port.

Input from okan, martynas, landry, ajacoutot
Tested by many
ok landry@ ajacoutot@
2008-07-06 20:43:20 +00:00

43 lines
1.1 KiB
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2008/07/06 20:43:20 jdixon Exp $
COMMENT= Cannon Smash 3D table tennis
DISTNAME= csmash-0.6.6
CATEGORIES= games
HOMEPAGE= http://cannonsmash.sourceforge.net/
MAINTAINER= Jason Dixon <jdixon@openbsd.org>
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=cannonsmash/}
USE_GMAKE= Yes
USE_X11= Yes
MODULES= devel/gettext
LIB_DEPENDS= SDL_image::devel/sdl-image \
SDL_mixer::devel/sdl-mixer \
gdk-x11-2.0,gdk_pixbuf-2.0,gtk-x11-2.0::x11/gtk+2
WANTLIB+= GL GLU ICE Xau Xcomposite Xcursor Xdamage Xdmcp Xfixes \
Xi Xinerama Xmu Xrandr Xrender Xt atk-1.0 c cairo expat \
fontconfig freetype glib-2.0 glitz gmodule-2.0 gobject-2.0 \
pango-1.0 pangocairo-1.0 pangoft2-1.0 pixman-1 png \
pthread stdc++ z X11 Xext m SDL
CONFIGURE_STYLE= gnu
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${LOCALBASE}/include/SDL" \
LDFLAGS="-L${LOCALBASE}/lib"
pre-configure:
@find ${WRKDIST} -name Makefile.in -exec \
perl -pi -e 's,/games/,/,g' {} \;
.include <bsd.port.mk>