1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-26 05:02:18 +00:00
freebsd-ports/audio/jmusic/Makefile
Edwin Groothuis 6527ef2070 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 13:08:29 +00:00

30 lines
566 B
Makefile

# ex:ts=8
# Ports collection makefile for: jmusic
# Date created: Sep 15, 2006
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jmusic
PORTVERSION= 1.5
PORTREVISION= 2
CATEGORIES= audio java
MASTER_SITES= SF
DISTNAME= ${PORTNAME}_${PORTVERSION}
MAINTAINER= ijliao@FreeBSD.org
COMMENT= Composition in Java
USE_JAVA= yes
JAVA_VERSION= 1.4+
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
@${MKDIR} ${JAVAJARDIR}/${PORTNAME}
@${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.jar ${JAVAJARDIR}/${PORTNAME}
@${CP} -R ${WRKSRC}/inst ${JAVAJARDIR}/${PORTNAME}
.include <bsd.port.mk>