1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-13 03:03:15 +00:00
freebsd-ports/audio/jxm/Makefile
Tijl Coosemans eb96de0656 Remove libexpat.so.6 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 17:40:41 +00:00

32 lines
702 B
Makefile

# Created by: Nick Sayer <nsayer@FreeBSD.org>
# $FreeBSD$
PORTNAME= jxm
PORTVERSION= 1.4
PORTREVISION= 2
CATEGORIES= audio java
MASTER_SITES= SF/javaxm/JAR%20file%20only/${PORTVERSION}
EXTRACT_SUFX= .jar
EXTRACT_ONLY=
MAINTAINER= ports@FreeBSD.org
COMMENT= XMPCR (USB XM radio) control software
RUN_DEPENDS= ${JAVA_HOME}/jre/lib/ext/CommDriver.jar:comms/java-commapi-freebsd
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
NO_BUILD= yes
NO_WRKSUBDIR= yes
SUB_FILES= jxm.sh
PLIST_FILES= %%JAVAJARDIR%%/jxm.jar bin/jxm
do-install:
@${INSTALL_DATA} ${DISTDIR}/${DISTFILES} ${STAGEDIR}${JAVAJARDIR}/jxm.jar
@${INSTALL_SCRIPT} ${WRKDIR}/jxm.sh ${STAGEDIR}${PREFIX}/bin/jxm
.include <bsd.port.mk>