aboutsummaryrefslogtreecommitdiffstats
path: root/devel/flatzebra/Makefile
blob: 735344e08197961cba7ddcf29fa8572cf8eb4d4e (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
28
29
# New ports collection makefile for:    flatzebra
# Date created:             2005-10-18
# Whom:                 Edwin Groothuis <edwin2mavetju.org>
#
# $FreeBSD$
#

PORTNAME=   flatzebra
PORTVERSION=    0.1.1
PORTREVISION=   4
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_AUTOTOOLS=  libtool:15
USE_SDL=    sdl mixer image
USE_GNOME=  pkgconfig

USE_LDCONFIG=   yes

DOCSDIR=    ${PREFIX}/share/doc/${PORTNAME}-${PORTVERSION}
PORTDOCS=   AUTHORS COPYING INSTALL NEWS README TODO

.include <bsd.port.mk>