svn commit: r353175 - head/audio/clunk

Dmitry Marakasov amdmi3 at FreeBSD.org
Wed May 7 16:57:00 UTC 2014


Author: amdmi3
Date: Wed May  7 16:56:59 2014
New Revision: 353175
URL: http://svnweb.freebsd.org/changeset/ports/353175
QAT: https://qat.redports.org/buildarchive/r353175/

Log:
  - Convert USE_BZIP2 to USES
  - Use new OPTIONS features
  - Update WWW

Modified:
  head/audio/clunk/Makefile
  head/audio/clunk/pkg-descr

Modified: head/audio/clunk/Makefile
==============================================================================
--- head/audio/clunk/Makefile	Wed May  7 16:13:10 2014	(r353174)
+++ head/audio/clunk/Makefile	Wed May  7 16:56:59 2014	(r353175)
@@ -10,18 +10,12 @@ MASTER_SITES=	SF/clunk
 MAINTAINER=	amdmi3 at 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>

Modified: head/audio/clunk/pkg-descr
==============================================================================
--- head/audio/clunk/pkg-descr	Wed May  7 16:13:10 2014	(r353174)
+++ head/audio/clunk/pkg-descr	Wed May  7 16:56:59 2014	(r353175)
@@ -8,4 +8,4 @@ number of objects that have sounds conne
 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/


More information about the svn-ports-all mailing list