1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-19 03:52:17 +00:00
freebsd-ports/devel/flatzebra/Makefile
Edwin Groothuis 5f0de834c3 Well, believe it or not, but there is another game development SDK:
flatzebra - A generic game engine for 2D double-buffering animation

    WWW: http://www3.sympatico.ca/sarrazip/dev/

Needed for the upgrade of games/afternoonstalker
2005-10-18 03:18:54 +00:00

28 lines
621 B
Makefile

# New ports collection makefile for: flatzebra
# Date created: 2005-10-18
# Whom: Edwin Groothuis <edwin2mavetju.org>
#
# $FreeBSD$
#
PORTNAME= flatzebra
PORTVERSION= 0.1.1
CATEGORIES= devel games
MASTER_SITES= http://www3.sympatico.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_SDL= sdl mixer image
USE_GNOME= pkgconfig
INSTALLS_SHLIB= yes
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO
.include <bsd.port.mk>