diff options
author | sobomax <sobomax@FreeBSD.org> | 2000-09-28 22:26:13 +0800 |
---|---|---|
committer | sobomax <sobomax@FreeBSD.org> | 2000-09-28 22:26:13 +0800 |
commit | f15bbe1b8e3f4ca0181518ecaf43a75f165231f6 (patch) | |
tree | dd2267d0454a7fcb94d9d8a27afc57c686f9d3b0 /games/maelstrom/Makefile | |
parent | a8c844f0bcf52668f1561be6a1e4726b10891f46 (diff) | |
download | freebsd-ports-gnome-f15bbe1b8e3f4ca0181518ecaf43a75f165231f6.tar.gz freebsd-ports-gnome-f15bbe1b8e3f4ca0181518ecaf43a75f165231f6.tar.zst freebsd-ports-gnome-f15bbe1b8e3f4ca0181518ecaf43a75f165231f6.zip |
Whitespace only change - decrease number of tabs used to separate values from
variables from 2 to 1.
Diffstat (limited to 'games/maelstrom/Makefile')
-rw-r--r-- | games/maelstrom/Makefile | 24 |
1 files changed, 12 insertions, 12 deletions
diff --git a/games/maelstrom/Makefile b/games/maelstrom/Makefile index 08ae043b2304..5388313b077f 100644 --- a/games/maelstrom/Makefile +++ b/games/maelstrom/Makefile @@ -5,23 +5,23 @@ # $FreeBSD$ # -PORTNAME= maelstrom -PORTVERSION= 3.0.1 -CATEGORIES= games -MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ -DISTNAME= Maelstrom-${PORTVERSION} +PORTNAME= maelstrom +PORTVERSION= 3.0.1 +CATEGORIES= games +MASTER_SITES= http://www.devolution.com/~slouken/projects/Maelstrom/src/ +DISTNAME= Maelstrom-${PORTVERSION} -MAINTAINER= sobomax@FreeBSD.org +MAINTAINER= sobomax@FreeBSD.org -LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl +LIB_DEPENDS= SDL-1.0.2:${PORTSDIR}/devel/sdl -USE_X_PREFIX= yes -USE_XPM= yes -USE_NEWGCC= yes -GNU_CONFIGURE= yes +USE_X_PREFIX= yes +USE_XPM= yes +USE_NEWGCC= yes +GNU_CONFIGURE= yes .if !defined(NOPORTDOCS) -INSTALL_TARGET= install install_gamedocs +INSTALL_TARGET= install install_gamedocs .endif post-install: |