# New ports collection makefile for: flatzebra # Date created: 2005-10-18 # Whom: Edwin Groothuis # # $FreeBSD: ports/devel/flatzebra/Makefile,v 1.18 2012/11/17 05:55:42 svnexp Exp $ # PORTNAME= flatzebra PORTVERSION= 0.1.5 PORTREVISION= 2 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 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