diff options
author | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
---|---|---|
committer | Max Brazhnikov <makc@FreeBSD.org> | 2013-05-12 11:48:49 +0000 |
commit | 7678193c3d2d11d8aacac35c5406a374326be6eb (patch) | |
tree | fcff4e051f035837ff7cab73432d274b96171613 /games/toppler/Makefile | |
parent | e59a9684168aad56d6d455a49d69fab3655dae52 (diff) |
Notes
Diffstat (limited to 'games/toppler/Makefile')
-rw-r--r-- | games/toppler/Makefile | 10 |
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: |