From da54d9e97d98ea32f34fe277748f118ae29f7396 Mon Sep 17 00:00:00 2001 From: Dmitry Marakasov Date: Wed, 7 May 2014 16:56:59 +0000 Subject: [PATCH] - Convert USE_BZIP2 to USES - Use new OPTIONS features - Update WWW --- audio/clunk/Makefile | 10 ++-------- audio/clunk/pkg-descr | 2 +- 2 files changed, 3 insertions(+), 9 deletions(-) diff --git a/audio/clunk/Makefile b/audio/clunk/Makefile index efb6f97bd784..f63dedf96a8b 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 - -.if ${PORT_OPTIONS:MSSE} -CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE -.endif +SSE_CMAKE_ON= -DWITH_SSE:BOOL=TRUE .include diff --git a/audio/clunk/pkg-descr b/audio/clunk/pkg-descr index 2bb5e3c8780e..b4722988c8d6 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/