blob: f3aff7a395a5a41a20ce6285d4e01f3aee6af05c (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
|
PORTNAME= flatzebra
PORTVERSION= 0.1.7
CATEGORIES= devel games
MASTER_SITES= http://perso.b2b2c.ca/~sarrazip/dev/
MAINTAINER= martymac@FreeBSD.org
COMMENT= Generic game engine for 2D double-buffering animation
WWW= http://www3.sympatico.ca/sarrazip/en/
LICENSE= GPLv2+
LICENSE_FILE= ${WRKSRC}/COPYING
USES= libtool pathfix pkgconfig sdl
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>
|