2012-09-01 11:42:02 +00:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= rem
|
2013-12-20 22:55:35 +00:00
|
|
|
PORTVERSION= 0.4.4
|
2012-09-01 11:42:02 +00:00
|
|
|
CATEGORIES= audio devel
|
|
|
|
MASTER_SITES= http://www.creytiv.com/pub/
|
|
|
|
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
|
|
COMMENT= Library for real-time audio and video processing
|
|
|
|
|
2013-12-20 22:55:35 +00:00
|
|
|
LICENSE= BSD3CLAUSE
|
2013-04-30 20:10:53 +00:00
|
|
|
LICENSE_FILE= ${WRKSRC}/docs/COPYING
|
|
|
|
|
2012-09-01 11:42:02 +00:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re
|
|
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2013-08-30 23:01:05 +00:00
|
|
|
USES= gmake
|
2012-09-01 11:42:02 +00:00
|
|
|
|
|
|
|
do-install:
|
2013-12-20 22:55:35 +00:00
|
|
|
${MKDIR} ${STAGEDIR}${PREFIX}/include/${PORTNAME}
|
2012-09-01 11:42:02 +00:00
|
|
|
(cd ${WRKSRC}/include && \
|
2013-12-20 22:55:35 +00:00
|
|
|
${COPYTREE_SHARE} \*.h ${STAGEDIR}${PREFIX}/include/${PORTNAME})
|
|
|
|
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${STAGEDIR}${PREFIX}/lib
|
2012-09-01 11:42:02 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|