aboutsummaryrefslogtreecommitdiff
path: root/games/toppler/Makefile
blob: 24254efca2d3a87502db59d568a8eef08f6ed8b7 (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
# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$

PORTNAME=	toppler
PORTVERSION=	1.1.5
PORTREVISION=	3
CATEGORIES=	games
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}

MAINTAINER=	makc@FreeBSD.org
COMMENT=	Climb a tower and avoid monsters

LICENSE=	GPLv2

USE_SDL=	mixer sdl
USES=		gettext gmake
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--localstatedir=/var/games

CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib

OPTIONS_DEFINE=	DOCS

.include <bsd.port.mk>