aboutsummaryrefslogtreecommitdiff
path: root/games/toppler/Makefile
diff options
context:
space:
mode:
authorMax Brazhnikov <makc@FreeBSD.org>2013-05-12 11:48:49 +0000
committerMax Brazhnikov <makc@FreeBSD.org>2013-05-12 11:48:49 +0000
commit7678193c3d2d11d8aacac35c5406a374326be6eb (patch)
treefcff4e051f035837ff7cab73432d274b96171613 /games/toppler/Makefile
parente59a9684168aad56d6d455a49d69fab3655dae52 (diff)
downloadports-7678193c3d2d11d8aacac35c5406a374326be6eb.tar.gz
ports-7678193c3d2d11d8aacac35c5406a374326be6eb.zip
- Add global options (DOCS, NLS, etc) to the OPTIONS_DEFINE and partly revert r315222 [1]
- Convert WITH_DEBUG to new options framework - Trim Makefile header - Adjust COMMENTs - Reformat/update description [1] See follow-up discussion: http://lists.freebsd.org/pipermail/svn-ports-head/2013-March/016094.html
Notes
Notes: svn path=/head/; revision=317947
Diffstat (limited to 'games/toppler/Makefile')
-rw-r--r--games/toppler/Makefile10
1 files changed, 4 insertions, 6 deletions
diff --git a/games/toppler/Makefile b/games/toppler/Makefile
index e94ac4e20ecb..809df25c9afe 100644
--- a/games/toppler/Makefile
+++ b/games/toppler/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: toppler
-# Date created: 18 Jan 2002
-# Whom: Dom Mitchell <dom@happygiraffe.net>
-#
+# Created by: Dom Mitchell <dom@happygiraffe.net>
# $FreeBSD$
-#
PORTNAME= toppler
PORTVERSION= 1.1.5
@@ -12,7 +8,7 @@ CATEGORIES= games
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}
MAINTAINER= makc@FreeBSD.org
-COMMENT= A game where you have to climb the tower and avoid the monsters
+COMMENT= Climb a tower and avoid monsters
USE_SDL= mixer sdl
USES= gettext
@@ -25,6 +21,8 @@ MAN6= ${PORTNAME}.6
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
+OPTIONS_DEFINE= DOCS
+
.include <bsd.port.options.mk>
post-patch: