openbsd-ports/games/lbreakout2/Makefile
2003-12-18 03:56:19 +00:00

36 lines
865 B
Makefile
Executable File

# $OpenBSD: Makefile,v 1.5 2003/12/18 03:56:19 naddy Exp $
COMMENT= "breakout game with many levels, powerups, good graphics"
VERSION= 2.2.2
DISTNAME= lbreakout2-${VERSION}
CATEGORIES= games x11
HOMEPAGE= http://lgames.sourceforge.net/index.php?action=show_project&project=LBreakout2
MAINTAINER= Lurene Grenier <lurene@daemonkitty.net>
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=lgames/}
LIB_DEPENDS= SDL::devel/sdl \
SDL_mixer::devel/sdl-mixer \
png.2.0::graphics/png
CONFIGURE_STYLE=autoconf
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include/libpng" \
LDFLAGS="-L${LOCALBASE}/lib"
USE_X11= Yes
USE_GMAKE= Yes
# avoid triggering aclocal/automake
post-patch:
@touch -r ${WRKSRC}/aclocal.m4 ${WRKSRC}/configure.in
.include <bsd.port.mk>