freebsd-ports/games/toppler/Makefile
Max Brazhnikov 74e4ec5216 - Convert to USES
- Add LICENSE
- Don't install a copy of license, empty news and hiscore files.
- Support staging
2013-10-23 18:18:43 +00:00

25 lines
476 B
Makefile

# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$
PORTNAME= toppler
PORTVERSION= 1.1.5
PORTREVISION= 2
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>