diff options
author | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:20:54 +0000 |
---|---|---|
committer | Martin Wilke <miwi@FreeBSD.org> | 2013-03-14 11:20:54 +0000 |
commit | 5f7fb24f401e3ed3fbe6bac932faf28d80b3dc36 (patch) | |
tree | a9204b90cc101be547e527fde78de45217b69fc4 /games/liquidwar | |
parent | a01f6eaec9ff2a3b4ec649be375cba93c43e1646 (diff) | |
download | ports-5f7fb24f401e3ed3fbe6bac932faf28d80b3dc36.tar.gz ports-5f7fb24f401e3ed3fbe6bac932faf28d80b3dc36.zip |
Notes
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> |