1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/audio/jmusic/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +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= 1
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>