2e42bdc4dc
(URL of personals pages have recently changed on perso.b2b2c.ca and are now prefixed with a tilde character)
30 lines
687 B
Makefile
30 lines
687 B
Makefile
# Created by: Edwin Groothuis <edwin2mavetju.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= flatzebra
|
|
PORTVERSION= 0.1.6
|
|
PORTREVISION= 5
|
|
CATEGORIES= devel games
|
|
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Generic game engine for 2D double-buffering animation
|
|
|
|
LICENSE= GPLv2+
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= pathfix pkgconfig libtool
|
|
USE_CXXSTD= gnu++98
|
|
GNU_CONFIGURE= yes
|
|
USE_SDL= sdl mixer image
|
|
USE_LDCONFIG= yes
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PORTDOCS= AUTHORS NEWS README
|
|
|
|
OPTIONS_DEFINE= DOCS
|
|
|
|
post-patch-DOCS-off:
|
|
@${REINPLACE_CMD} 's|^install-data-am: .*|install-data-am: install-pkgconfigDATA|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|