freebsd-ports/audio/clunk/Makefile

28 lines
464 B
Makefile
Raw Normal View History

# Created by: Dmitry Marakasov <amdmi3@FreeBSD.org>
# $FreeBSD$
PORTNAME= clunk
2011-09-24 16:46:48 +02:00
PORTVERSION= 1.2.130
PORTREVISION= 1
CATEGORIES= audio
2011-09-24 16:46:48 +02:00
MASTER_SITES= SF/clunk
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
USE_SDL= sdl
USE_LDCONFIG= yes
2011-09-24 16:46:48 +02:00
MAKE_JOBS_SAFE= yes
OPTIONS_DEFINE= SSE
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSE}
2011-09-24 16:46:48 +02:00
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
.endif
.include <bsd.port.mk>