mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
30 lines
722 B
Makefile
30 lines
722 B
Makefile
# Created by: Steve Wills <steve@mouf.net>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= jmref
|
|
PORTVERSION= 18.4
|
|
CATEGORIES= multimedia
|
|
MASTER_SITES= http://iphome.hhi.de/suehring/tml/download/
|
|
DISTNAME= jm${PORTVERSION}
|
|
|
|
MAINTAINER= swills@FreeBSD.org
|
|
COMMENT= JM Reference Software
|
|
|
|
USE_ZIP= yes
|
|
USE_GMAKE= yes
|
|
WRKSRC= ${WRKDIR}/JM
|
|
|
|
PLIST_FILES= bin/ldecod bin/lencod \
|
|
bin/rtp_loss bin/rtpdump
|
|
|
|
USE_DOS2UNIX= Makefile
|
|
|
|
NO_STAGE= yes
|
|
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.mk>
|