2005-10-17 23:18:54 -04:00
|
|
|
# New ports collection makefile for: flatzebra
|
|
|
|
# Date created: 2005-10-18
|
|
|
|
# Whom: Edwin Groothuis <edwin2mavetju.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= flatzebra
|
|
|
|
PORTVERSION= 0.1.1
|
2009-07-31 09:57:52 -04:00
|
|
|
PORTREVISION= 5
|
2005-10-17 23:18:54 -04:00
|
|
|
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
|
|
|
|
|
2009-08-02 15:36:34 -04:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2005-10-17 23:18:54 -04:00
|
|
|
USE_SDL= sdl mixer image
|
|
|
|
USE_GNOME= pkgconfig
|
|
|
|
|
2006-08-04 21:19:16 -04:00
|
|
|
USE_LDCONFIG= yes
|
2005-10-17 23:18:54 -04:00
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
|
|
|
|
PORTDOCS= AUTHORS COPYING INSTALL NEWS README TODO
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|