1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00

- Convert USE_BZIP2 to USES

- Use new OPTIONS features
- Update WWW
This commit is contained in:
Dmitry Marakasov 2014-05-07 16:56:59 +00:00
parent b79f8d8602
commit da54d9e97d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=353175
2 changed files with 3 additions and 9 deletions

View File

@ -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>

View File

@ -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/