af6683cba5
WWW: http://iphome.hhi.de/suehring/tml PR: ports/137503 Submitted by: Steve Wills <steve at mouf.net>
31 lines
791 B
Makefile
31 lines
791 B
Makefile
# New ports collection makefile for: jmref
|
|
# Date created: 2009-08-06
|
|
# Whom: Steve Wills <steve@mouf.net>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= jmref
|
|
PORTVERSION= 16.0
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://iphome.hhi.de/suehring/tml/download/
|
|
DISTNAME= jm${PORTVERSION}
|
|
|
|
MAINTAINER= steve@meatwad.mouf.net
|
|
COMMENT= JM Reference Software
|
|
|
|
USE_ZIP= yes
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/JM
|
|
|
|
PLIST_FILES= bin/ldecod bin/lencod \
|
|
bin/rtp_loss bin/rtpdump
|
|
|
|
do-install:
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/ldecod.exe ${PREFIX}/bin/ldecod
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/lencod.exe ${PREFIX}/bin/lencod
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/rtp_loss.exe ${PREFIX}/bin/rtp_loss
|
|
${INSTALL_PROGRAM} ${WRKSRC}/bin/rtpdump.exe ${PREFIX}/bin/rtpdump
|
|
|
|
.include <bsd.port.pre.mk>
|
|
.include <bsd.port.post.mk>
|