openbsd-ports/games/lbreakout2/Makefile

32 lines
764 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.6 2004/03/02 22:18:53 naddy Exp $
COMMENT= "breakout game with many levels, powerups, good graphics"
DISTNAME= lbreakout2-2.2.2
PKGNAME= ${DISTNAME}p0
CATEGORIES= games x11
HOMEPAGE= http://lgames.sourceforge.net/index.php?action=show_project&project=LBreakout2
2002-06-08 02:03:09 -04:00
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
2002-05-13 14:50:36 -04:00
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer \
png.2.0::graphics/png
2003-12-17 22:56:19 -05:00
CONFIGURE_STYLE=autoconf
2002-07-18 11:15:05 -04:00
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X11= Yes
USE_GMAKE= Yes
.include <bsd.port.mk>