freebsd-ports/audio/clunk/Makefile
Dmitry Marakasov 5530b664e6 - OptionsNG
- Trim header

PR:		173778
Submitted by:	Chris Petrik <c.petrik.sosa@gmail.com>
Feature safe:	yes
2012-11-28 23:55:01 +00:00

27 lines
464 B
Makefile

# Created by: 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_DEFINE= SSE
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MSSE}
CMAKE_ARGS+= -DWITH_SSE:BOOL=TRUE
.endif
.include <bsd.port.mk>