2006-08-02 09:36:20 +00:00
|
|
|
# $OpenBSD: Makefile,v 1.11 2006/08/02 09:36:20 espie Exp $
|
2002-04-28 08:25:17 +00:00
|
|
|
|
|
|
|
COMMENT= "breakout game with many levels, powerups, good graphics"
|
|
|
|
|
2004-03-02 22:18:53 +00:00
|
|
|
DISTNAME= lbreakout2-2.2.2
|
|
|
|
PKGNAME= ${DISTNAME}p0
|
2002-04-28 08:25:17 +00:00
|
|
|
CATEGORIES= games x11
|
|
|
|
|
|
|
|
HOMEPAGE= http://lgames.sourceforge.net/index.php?action=show_project&project=LBreakout2
|
|
|
|
|
|
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
PERMIT_PACKAGE_FTP= Yes
|
|
|
|
PERMIT_DISTFILES_CDROM= Yes
|
|
|
|
PERMIT_DISTFILES_FTP= Yes
|
2004-11-28 22:41:14 +00:00
|
|
|
WANTLIB= X11 Xext c m pthread usbhid z
|
2002-04-28 08:25:17 +00:00
|
|
|
|
2002-05-13 18:50:36 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
|
2002-04-28 08:25:17 +00:00
|
|
|
|
|
|
|
LIB_DEPENDS= SDL::devel/sdl \
|
|
|
|
SDL_mixer::devel/sdl-mixer \
|
2006-08-02 09:36:20 +00:00
|
|
|
png.>=2.0::graphics/png
|
2002-04-28 08:25:17 +00:00
|
|
|
|
2005-11-03 18:28:55 +00:00
|
|
|
AUTOCONF_VERSION=2.13
|
2003-12-18 03:56:19 +00:00
|
|
|
CONFIGURE_STYLE=autoconf
|
2004-09-15 00:46:07 +00:00
|
|
|
CONFIGURE_ARGS+=--with-doc-path=${PREFIX}/share/doc
|
2002-07-18 15:15:05 +00:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
2002-04-28 08:25:17 +00:00
|
|
|
|
|
|
|
USE_X11= Yes
|
|
|
|
USE_GMAKE= Yes
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|