summaryrefslogtreecommitdiff
path: root/games/clanbomber
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-11-01 15:51:11 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-11-01 15:51:11 +0000
commit10e2f8893d74e373d97d429f25e1fba63c6dfb0c (patch)
treef99280dec3feeb8e6572fedb8643be3dce788032 /games/clanbomber
parentBump PORTREVISION as a result of my previous commit (sound fix). (diff)
Whitespace-only:
Make indentation uniform across my ports.
Notes
Notes: svn path=/head/; revision=34558
Diffstat (limited to 'games/clanbomber')
-rw-r--r--games/clanbomber/Makefile22
1 files changed, 11 insertions, 11 deletions
diff --git a/games/clanbomber/Makefile b/games/clanbomber/Makefile
index a01995fb87a5..3380b73e4212 100644
--- a/games/clanbomber/Makefile
+++ b/games/clanbomber/Makefile
@@ -5,19 +5,19 @@
# $FreeBSD$
#
-PORTNAME= clanbomber
-PORTVERSION= 1.01
-CATEGORIES= games
-MASTER_SITES= http://www.clanbomber.de/files/
+PORTNAME= clanbomber
+PORTVERSION= 1.01
+CATEGORIES= games
+MASTER_SITES= http://www.clanbomber.de/files/
-MAINTAINER= sobomax@FreeBSD.org
+MAINTAINER= sobomax@FreeBSD.org
-LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib
+LIB_DEPENDS= clanCore.0:${PORTSDIR}/devel/clanlib
-USE_XLIB= yes
-GNU_CONFIGURE= yes
-CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
- CPPFLAGS="-I${LOCALBASE}/include"
-CFLAGS+= -fpermissive -g3
+USE_XLIB= yes
+GNU_CONFIGURE= yes
+CONFIGURE_ENV= LIBS="-pthread -L${LOCALBASE}/lib" \
+ CPPFLAGS="-I${LOCALBASE}/include"
+CFLAGS+= -fpermissive
.include <bsd.port.mk>