summaryrefslogtreecommitdiff
path: root/audio/clunk/Makefile
diff options
context:
space:
mode:
authorDmitry Marakasov <amdmi3@FreeBSD.org>2012-11-28 23:55:01 +0000
committerDmitry Marakasov <amdmi3@FreeBSD.org>2012-11-28 23:55:01 +0000
commit5530b664e6b53b1409ee67a739995617a138ac10 (patch)
tree8cec5cdc3518eee83d5b23e1ffc9d73f9caf09c2 /audio/clunk/Makefile
parent- Remove webkit-image leftovers (diff)
- OptionsNG
- Trim header PR: 173778 Submitted by: Chris Petrik <c.petrik.sosa@gmail.com> Feature safe: yes
Notes
Notes: svn path=/head/; revision=307949
Diffstat (limited to 'audio/clunk/Makefile')
-rw-r--r--audio/clunk/Makefile10
1 files changed, 3 insertions, 7 deletions
diff --git a/audio/clunk/Makefile b/audio/clunk/Makefile
index ccd154ba7bc2..535f2e6665bb 100644
--- a/audio/clunk/Makefile
+++ b/audio/clunk/Makefile
@@ -1,9 +1,5 @@
-# New ports collection makefile for: clunk
-# Date created: 05 Aug 2009
-# Whom: Dmitry Marakasov <amdmi3@FreeBSD.org>
-#
+# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
-#
PORTNAME= clunk
PORTVERSION= 1.2.130
@@ -20,11 +16,11 @@ USE_SDL= sdl
USE_LDCONFIG= yes
MAKE_JOBS_SAFE= yes
-OPTIONS= SIMD "Enable SIMD support (SSE)" off
+OPTIONS_DEFINE= SSE
.include <bsd.port.options.mk>
-.if defined(WITH_SIMD)
+.if ${PORT_OPTIONS:MSSE}
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
.endif