mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
ac39d25cb1
- make use of optimizations by default, where possible (quad flavor to follow shortly, and mpi at a later date) Suggestions and patches from: ache, C. Burns, wen
33 lines
927 B
Makefile
33 lines
927 B
Makefile
# New ports collection makefile for: q-audio
|
|
# Date created: 14 August 2003
|
|
# Whom: ag@muwiinfa.geschichte.uni-mainz.de Albert Graef
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= audio
|
|
PORTVERSION= 2.7
|
|
PORTREVISION= 5
|
|
CATEGORIES= audio
|
|
MASTER_SITES= SF/q-lang/q-${PORTNAME}/${PORTVERSION}
|
|
PKGNAMEPREFIX= q-
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}${PKGNAMESUFFIX}-${PORTVERSION}
|
|
|
|
MAINTAINER= gahr@FreeBSD.org
|
|
COMMENT= Q-Audio -- digital audio interface for the Q language
|
|
|
|
LIB_DEPENDS= q.8:${PORTSDIR}/lang/q \
|
|
jack.0:${PORTSDIR}/audio/jack \
|
|
samplerate.1:${PORTSDIR}/audio/libsamplerate \
|
|
fftw3:${PORTSDIR}/math/fftw3
|
|
BUILD_DEPENDS= ${LOCALBASE}/lib/portaudio2/libportaudio.so.2:${PORTSDIR}/audio/portaudio2
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
DATADIR= ${PREFIX}/share/q
|
|
|
|
CFLAGS+= -I${LOCALBASE}/include/portaudio2 -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib/portaudio2 -L${LOCALBASE}/lib
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|