summaryrefslogtreecommitdiffstats
path: root/audio/clunk/Makefile
blob: ccd154ba7bc2dee0f4391b686b06c388a5cfe5f2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# New ports collection makefile for:	clunk
# Date created:		05 Aug 2009
# Whom:			Dmitry Marakasov <amdmi3@FreeBSD.org>
#
# $FreeBSD$
#

PORTNAME=	clunk
PORTVERSION=	1.2.130
PORTREVISION=	1
CATEGORIES=	audio
MASTER_SITES=	SF/clunk

MAINTAINER=	amdmi3@FreeBSD.org
COMMENT=	Real-time 3D sound generation library

USE_BZIP2=	yes
USE_CMAKE=	yes
USE_SDL=	sdl
USE_LDCONFIG=	yes
MAKE_JOBS_SAFE=	yes

OPTIONS=	SIMD "Enable SIMD support (SSE)" off

.include <bsd.port.options.mk>

.if defined(WITH_SIMD)
CMAKE_ARGS+=	-DWITH_SSE:BOOL=TRUE
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud