freebsd-ports/audio/re/Makefile
Chris Rees d899ebd3cc Introducing baresip 0.4.2, along with the same versions of libre and librem.
re and rem must be updated first, since baresip will not compile against older
versions.

[
Fix linking of Speex modules

PR:		ports/174925 (based on)
Submitted by:	Anish Mistry <amistry@unitedware.com>
]
2013-01-03 15:09:27 +00:00

23 lines
544 B
Makefile

# $FreeBSD$
PORTNAME= re
PORTVERSION= 0.4.2
CATEGORIES= audio devel
MASTER_SITES= http://www.creytiv.com/pub/
MAINTAINER= crees@FreeBSD.org
COMMENT= Library for real-time comms with async IO support
USE_LDCONFIG= yes
USE_GMAKE= yes
PORTDATA= re.mk
do-install:
${MKDIR} ${PREFIX}/include/${PORTNAME} ${DATADIR}
(cd ${WRKSRC}/include && \
${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME})
${INSTALL_DATA} ${WRKSRC}/mk/${PORTNAME}.mk ${DATADIR}
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${PREFIX}/lib
.include <bsd.port.mk>