freebsd-ports/devel/flatzebra/Makefile
Marcus von Appen 6506e45d69 - Update devel/sdl12 to version 1.2.14.
- Update audio/sdl_mixer to version 1.2.11.
- Update graphics/sdl_gfx to version 2.0.20.
- Update graphics/sdl_image to version 1.2.10.
- Bump portrevisions for all ports depending on audio/sdl_mixer and
  graphics/sdl_image.
- Update Mk/bsd.sdl.mk accordingly for the new shared lib versions.

PR:		ports/142147 ports/142248 ports/142249
Approved by:	miwi (mentor implicit)
2010-01-30 09:43:31 +00:00

34 lines
815 B
Makefile

# New ports collection makefile for: flatzebra
# Date created: 2005-10-18
# Whom: Edwin Groothuis <edwin2mavetju.org>
#
# $FreeBSD$
#
PORTNAME= flatzebra
PORTVERSION= 0.1.3
PORTREVISION= 1
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/sarrazip/dev/
MAINTAINER= edwin@mavetju.org
COMMENT= A generic game engine for 2D double-buffering animation
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --includedir=${PREFIX}/include
USE_AUTOTOOLS= libtool:22
USE_SDL= sdl mixer image
USE_GNOME= pkgconfig
USE_LDCONFIG= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO THANKS
post-patch:
.if defined(NOPORTDOCS)
@${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in
.endif
.include <bsd.port.mk>