forked from Lainports/freebsd-ports
processing. Features - Audio buffering, mixing, codecs and resampling - Video mixing, rescaling and pixel format conversion WWW: http://www.creytiv.com/rem.html
23 lines
556 B
Makefile
23 lines
556 B
Makefile
# $FreeBSD$
|
|
|
|
PORTNAME= rem
|
|
PORTVERSION= 0.4.0
|
|
CATEGORIES= audio devel
|
|
MASTER_SITES= http://www.creytiv.com/pub/
|
|
|
|
MAINTAINER= crees@FreeBSD.org
|
|
COMMENT= Library for real-time audio and video processing
|
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/share/re/re.mk:${PORTSDIR}/audio/re
|
|
RUN_DEPENDS:= ${BUILD_DEPENDS}
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
|
|
do-install:
|
|
${MKDIR} ${PREFIX}/include/${PORTNAME}
|
|
(cd ${WRKSRC}/include && \
|
|
${COPYTREE_SHARE} \*.h ${PREFIX}/include/${PORTNAME})
|
|
${INSTALL_LIB} ${WRKSRC}/lib${PORTNAME}.[sa]* ${PREFIX}/lib
|
|
|
|
.include <bsd.port.mk>
|