# Created by: ijliao # $FreeBSD$ PORTNAME= jmusic PORTVERSION= 1.6.4 CATEGORIES= audio java MASTER_SITES= SF/${PORTNAME}/jMusic_Stable/${PORTVERSION} \ SF/${PORTNAME}/jMusic_Instruments/${PORTVERSION:S/.4//}/:instruments \ SF/${PORTNAME}/jMusic_Docs/${PORTVERSION}/:docs DISTFILES= jMusic${PORTVERSION}.jar \ jMusic_1.6_inst.zip:instruments \ jMusic_doc_${PORTVERSION}.zip:docs DIST_SUBDIR= ${PORTNAME} EXTRACT_ONLY= jMusic_1.6_inst.zip \ jMusic_doc_${PORTVERSION}.zip MAINTAINER= ports@FreeBSD.org COMMENT= Composition in Java USE_JAVA= yes JAVA_VERSION= 1.6+ NO_BUILD= yes NO_WRKSUBDIR= yes PORTDOCS= * .include do-install: ${MKDIR} ${JAVAJARDIR}/${PORTNAME} @${INSTALL_DATA} ${DISTDIR}/${DIST_SUBDIR}/jMusic${PORTVERSION}.jar \ ${JAVAJARDIR}/${PORTNAME}/${PORTNAME}.jar @(cd ${WRKSRC} && ${COPYTREE_SHARE} inst ${JAVAJARDIR}/${PORTNAME}) post-install: .if ${PORT_OPTIONS:MDOCS} ${MKDIR} ${DOCSDIR} @(cd ${WRKSRC} && ${COPYTREE_SHARE} doc ${DOCSDIR}) .endif .include t.cgi/'>cgit logo index : freebsd-ports-gnome
FreeBSD GNOME current development ports (https://github.com/freebsd/freebsd-ports-gnome)
aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix qt4 ports on armv6.tcberner2017-06-061-1/+1
* Update Qt5 to 5.7.1, and unify the Qt4 and Qt5 ports some moretcberner2017-02-19