mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-11 07:22:22 +00:00
d293b9db16
- s/CSME/CENKES/ in my ports
31 lines
921 B
Makefile
31 lines
921 B
Makefile
# New ports collection makefile for: portaudio
|
|
# Date created: 18 May 2003
|
|
# Whom: michaelnottebrock@gmx.net and lioux@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= portaudio
|
|
PORTVERSION= 19.b${SNAPREV}
|
|
CATEGORIES= audio
|
|
MASTER_SITES= CENKES
|
|
# svn export -rSNAPREV https://www.portaudio.com/repos/portaudio/branches/v19-devel
|
|
LATEST_LINK= ${PORTNAME}2
|
|
|
|
MAINTAINER= infofarmer@FreeBSD.org
|
|
COMMENT= Portable cross-platform Audio API
|
|
|
|
SNAPREV= 1175
|
|
USE_BZIP2= yes
|
|
USE_GMAKE= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-static --without-alsa --without-jack --without-asihpi \
|
|
--libdir=${PREFIX}/lib/${PORTNAME}2 --includedir=${PREFIX}/include/${PORTNAME}2
|
|
USE_LDCONFIG= ${PREFIX}/lib/${PORTNAME}2
|
|
|
|
post-patch:
|
|
@${GREP} -lre -lpthread ${WRKSRC}|${XARGS} ${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|'
|
|
@${REINPLACE_CMD} -e '/pkgconfig/s|$$[(]libdir[)]|${PREFIX}/libdata|' ${WRKSRC}/Makefile.in
|
|
|
|
.include <bsd.port.mk>
|