summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authoramdmi3 <amdmi3@FreeBSD.org>2014-05-07 16:56:59 +0000
committeramdmi3 <amdmi3@FreeBSD.org>2014-05-07 16:56:59 +0000
commit5ea1300275614b5bbd6d88a72abdbe6dd4d6d1ba (patch)
treef0938bf3d979ac2611d7686786546c4232d2ecf2
parentfb11dc2d88e389eca1fe059ef1b3bdc41df4a820 (diff)
downloadFreeBSD-ports-5ea1300275614b5bbd6d88a72abdbe6dd4d6d1ba.zip
FreeBSD-ports-5ea1300275614b5bbd6d88a72abdbe6dd4d6d1ba.tar.gz
- Convert USE_BZIP2 to USES
- Use new OPTIONS features - Update WWW
-rw-r--r--audio/clunk/Makefile10
-rw-r--r--audio/clunk/pkg-descr2
2 files changed, 3 insertions, 9 deletions
diff --git a/audio/clunk/Makefile b/audio/clunk/Makefile
index efb6f97..f63dedf 100644
--- a/audio/clunk/Makefile
+++ b/audio/clunk/Makefile
@@ -10,18 +10,12 @@ MASTER_SITES= SF/clunk
MAINTAINER= amdmi3@FreeBSD.org
COMMENT= Real-time 3D sound generation library
-USE_BZIP2= yes
-USES= cmake
+USES= tar:bzip2 cmake
USE_SDL= sdl
USE_LDCONFIG= yes
OPTIONS_DEFINE= SSE
OPTIONS_DEFAULT_amd64=SSE
-
-.include <bsd.port.options.mk>
-
-.if ${PORT_OPTIONS:MSSE}
-CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
-.endif
+SSE_CMAKE_ON= -DWITH_SSE:BOOL=TRUE
.include <bsd.port.mk>
diff --git a/audio/clunk/pkg-descr b/audio/clunk/pkg-descr
index 2bb5e3c..b472298 100644
--- a/audio/clunk/pkg-descr
+++ b/audio/clunk/pkg-descr
@@ -8,4 +8,4 @@ number of objects that have sounds connected to them. The SDL library
is used for sound output. The project is currently at beta testing
stage, preparing to the first release.
-WWW: http://media.netive.ru/clunk/
+WWW: http://sourceforge.net/projects/clunk/
OpenPOWER on IntegriCloud