2012-11-29 00:55:01 +01:00
|
|
|
# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
|
2010-04-13 02:24:21 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= clunk
|
2011-09-24 16:46:48 +02:00
|
|
|
PORTVERSION= 1.2.130
|
2012-02-18 11:18:33 +01:00
|
|
|
PORTREVISION= 1
|
2010-04-13 02:24:21 +02:00
|
|
|
CATEGORIES= audio
|
2011-09-24 16:46:48 +02:00
|
|
|
MASTER_SITES= SF/clunk
|
2010-04-13 02:24:21 +02:00
|
|
|
|
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
|
|
|
COMMENT= Real-time 3D sound generation library
|
|
|
|
|
|
|
|
USE_BZIP2= yes
|
2011-09-24 16:46:48 +02:00
|
|
|
USE_CMAKE= yes
|
2010-04-13 02:24:21 +02:00
|
|
|
USE_SDL= sdl
|
|
|
|
USE_LDCONFIG= yes
|
2011-09-24 16:46:48 +02:00
|
|
|
MAKE_JOBS_SAFE= yes
|
2010-04-13 02:24:21 +02:00
|
|
|
|
2012-11-29 00:55:01 +01:00
|
|
|
OPTIONS_DEFINE= SSE
|
2010-04-13 02:24:21 +02:00
|
|
|
|
|
|
|
.include <bsd.port.options.mk>
|
|
|
|
|
2012-11-29 00:55:01 +01:00
|
|
|
.if ${PORT_OPTIONS:MSSE}
|
2011-09-24 16:46:48 +02:00
|
|
|
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
|
2010-04-13 02:24:21 +02:00
|
|
|
.endif
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|