diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-14 19:20:54 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-14 19:20:54 +0800 |
commit | 4eb1612eadc8e2a5fdb343edda1418aa56e0d9aa (patch) | |
tree | a9204b90cc101be547e527fde78de45217b69fc4 /games/liquidwar | |
parent | ce6e9471b02499cdef50832e574c8f5c838a7c00 (diff) | |
download | freebsd-ports-gnome-4eb1612eadc8e2a5fdb343edda1418aa56e0d9aa.tar.gz freebsd-ports-gnome-4eb1612eadc8e2a5fdb343edda1418aa56e0d9aa.tar.zst freebsd-ports-gnome-4eb1612eadc8e2a5fdb343edda1418aa56e0d9aa.zip |
- Convert to Optionsng
- While here trim header
Diffstat (limited to 'games/liquidwar')
-rw-r--r-- | games/liquidwar/Makefile | 14 |
1 files changed, 5 insertions, 9 deletions
diff --git a/games/liquidwar/Makefile b/games/liquidwar/Makefile index 1288665403ad..f09e39d61225 100644 --- a/games/liquidwar/Makefile +++ b/games/liquidwar/Makefile @@ -1,9 +1,5 @@ -# New ports collection makefile for: liquidwar -# Date created: 9 October 2005 -# Whom: Edwin Groothuis <edwin@mavetju.org> -# +# Created by: Edwin Groothuis <edwin@mavetju.org> # $FreeBSD$ -# PORTNAME= liquidwar PORTVERSION= 5.6.4 @@ -31,12 +27,12 @@ MAN6= liquidwar.6 \ liquidwar-server.6 \ liquidwar-mapgen.6 -OPTIONS= ASM "Disable assembly code (if it crashes)" OFF +OPTIONS_DEFINE= ASM -.include <bsd.port.pre.mk> +.include <bsd.port.options.mk> -.if !defined(WITHOUT_ASM) +.if ! ${PORT_OPTIONS:MASM} CONFIGURE_ARGS+= --disable-asm .endif -.include <bsd.port.post.mk> +.include <bsd.port.mk> |