Add the JXM port - XMPCR control software

This commit is contained in:
Nick Sayer 2004-03-08 07:24:58 +00:00
parent 98f4274880
commit a8ede732b5
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=103272
6 changed files with 45 additions and 0 deletions

View File

@ -142,6 +142,7 @@
SUBDIR += jamboree
SUBDIR += juk
SUBDIR += juke
SUBDIR += jxm
SUBDIR += ksmp3play
SUBDIR += ladspa
SUBDIR += lame

36
audio/jxm/Makefile Normal file
View File

@ -0,0 +1,36 @@
# New ports collection makefile for: jxm
# Date created: 07 March 2004
# Whom: Nick Sayer <nsayer@freebsd.org>
#
# $FreeBSD$
#
PORTNAME= jxm
PORTVERSION= 0.5
CATEGORIES= audio
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= javaxm
DISTNAME= jxm-${PORTVERSION}
EXTRACT_SUFX= .jar
MAINTAINER= ports@FreeBSD.org
COMMENT= XMPCR (USB XM radio) control software
RUN_DEPENDS= ${JDKDIR}/jre/lib/ext/CommDriver.jar:${PORTSDIR}/comms/java-commapi-freebsd
USE_JAVA= 1.4+
do-extract:
${MKDIR} ${WRKSRC}
do-build:
@${SED} -e 's,%%PREFIX%%,${PREFIX},g' \
< ${FILESDIR}/jxm > ${WRKSRC}/jxm
do-install:
${INSTALL_DATA} ${DISTDIR}/${DISTNAME} \
${PREFIX}/share/java/classes/jxm.jar
${INSTALL_SCRIPT} ${WRKSRC}/jxm \
${PREFIX}/bin/jxm
.include <bsd.port.mk>

1
audio/jxm/distinfo Normal file
View File

@ -0,0 +1 @@
MD5 (jxm-0.5.jar) = a2edc337920721a50d650f7498941d92

3
audio/jxm/files/jxm Normal file
View File

@ -0,0 +1,3 @@
#! /bin/sh
exec javavm -jar %%PREFIX%%/share/classes/jxm.jar

2
audio/jxm/pkg-descr Normal file
View File

@ -0,0 +1,2 @@
WWW: http://javaxm.sourceforge.net/

2
audio/jxm/pkg-plist Normal file
View File

@ -0,0 +1,2 @@
share/java/classes/jxm.jar
bin/jxm