mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-22 04:17:44 +00:00
Add musiccontrol
MusicControl is designed to put YOU in control of the music that gets played from your computer. It supports MP3, OGG and various module formats. Submitted by: Christian Laursen <xi@borderworlds.dk>
This commit is contained in:
parent
1cf930b9cc
commit
14c7b7f835
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=82686
@ -175,6 +175,7 @@
|
||||
SUBDIR += muse
|
||||
SUBDIR += musicbox
|
||||
SUBDIR += musicbrainz
|
||||
SUBDIR += musiccontrol
|
||||
SUBDIR += mutemix
|
||||
SUBDIR += mziq
|
||||
SUBDIR += napster
|
||||
|
32
audio/musiccontrol/Makefile
Normal file
32
audio/musiccontrol/Makefile
Normal file
@ -0,0 +1,32 @@
|
||||
# New ports collection makefile for: musiccontrol
|
||||
# Date created: 9 june 2003
|
||||
# Whom: Christian Laursen <xi@borderworlds.dk>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= musiccontrol
|
||||
PORTVERSION= 0.1
|
||||
CATEGORIES= audio java
|
||||
MASTER_SITES= http://borderworlds.dk/projects/mc/
|
||||
DISTNAME= MusicControl-0.1
|
||||
EXTRACT_SUFX= .jar
|
||||
EXTRACT_ONLY=
|
||||
|
||||
MAINTAINER= xi@borderworlds.dk
|
||||
COMMENT= An advanced music player
|
||||
|
||||
RUN_DEPENDS= ${LOCALBASE}/bin/mpg123:${PORTSDIR}/audio/mpg123 \
|
||||
${LOCALBASE}/bin/ogg123:${PORTSDIR}/audio/vorbis-tools \
|
||||
${LOCALBASE}/bin/simplemod:${PORTSDIR}/audio/simplemod
|
||||
|
||||
USE_JAVA= 1.3+
|
||||
NO_BUILD= yes
|
||||
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/share/java/classes
|
||||
${INSTALL} -o 0 -g 0 -m 0644 ${DISTDIR}/MusicControl-${PORTVERSION}.jar ${PREFIX}/share/java/classes
|
||||
${SED} 's,%%PREFIX%%,${PREFIX},g' ${FILESDIR}/musiccontrol > ${WRKDIR}/musiccontrol
|
||||
${INSTALL} -o 0 -g 0 ${WRKDIR}/musiccontrol ${PREFIX}/bin
|
||||
|
||||
.include <bsd.port.mk>
|
1
audio/musiccontrol/distinfo
Normal file
1
audio/musiccontrol/distinfo
Normal file
@ -0,0 +1 @@
|
||||
MD5 (MusicControl-0.1.jar) = 2a95fd37235a4f16327a3cfa5ce8df60
|
3
audio/musiccontrol/files/musiccontrol
Normal file
3
audio/musiccontrol/files/musiccontrol
Normal file
@ -0,0 +1,3 @@
|
||||
#!/bin/sh
|
||||
|
||||
%%PREFIX%%/bin/javavm -jar %%PREFIX%%/share/java/classes/MusicControl-0.1.jar $*
|
9
audio/musiccontrol/pkg-descr
Normal file
9
audio/musiccontrol/pkg-descr
Normal file
@ -0,0 +1,9 @@
|
||||
MusicControl is designed to put YOU in control of the music that gets played
|
||||
from your computer.
|
||||
|
||||
It supports MP3, OGG and various module formats.
|
||||
|
||||
WWW: http://borderworlds.dk/projects/#mc
|
||||
|
||||
- Christian
|
||||
xi@borderworlds.dk
|
2
audio/musiccontrol/pkg-plist
Normal file
2
audio/musiccontrol/pkg-plist
Normal file
@ -0,0 +1,2 @@
|
||||
share/java/classes/MusicControl-0.1.jar
|
||||
bin/musiccontrol
|
Loading…
Reference in New Issue
Block a user