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/