diff options
author | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-01 15:51:11 +0000 |
---|---|---|
committer | Maxim Sobolev <sobomax@FreeBSD.org> | 2000-11-01 15:51:11 +0000 |
commit | 10e2f8893d74e373d97d429f25e1fba63c6dfb0c (patch) | |
tree | f99280dec3feeb8e6572fedb8643be3dce788032 /games/clanbomber | |
parent | 6353bea9caf8d8ca7692a61da205a3219f525ab6 (diff) |
Notes
Diffstat (limited to 'games/clanbomber')
-rw-r--r-- | games/clanbomber/Makefile | 22 |
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> |