diff options
author | ehaupt <ehaupt@FreeBSD.org> | 2010-03-28 00:10:15 +0800 |
---|---|---|
committer | ehaupt <ehaupt@FreeBSD.org> | 2010-03-28 00:10:15 +0800 |
commit | 54b95c802e80d98f48479be3d591270f5d5ad721 (patch) | |
tree | 7bfbb9808f2b30e6ccea2177b37d682e35e0cc04 /audio | |
parent | 1a263575f61f5bc0d167945cd64e7c5c0e2c7480 (diff) | |
download | freebsd-ports-gnome-54b95c802e80d98f48479be3d591270f5d5ad721.tar.gz freebsd-ports-gnome-54b95c802e80d98f48479be3d591270f5d5ad721.tar.zst freebsd-ports-gnome-54b95c802e80d98f48479be3d591270f5d5ad721.zip |
audio/ym2wav is now part of audio/stymulator
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/ym2wav/Makefile | 34 | ||||
-rw-r--r-- | audio/ym2wav/distinfo | 3 | ||||
-rw-r--r-- | audio/ym2wav/pkg-descr | 4 |
4 files changed, 0 insertions, 42 deletions
diff --git a/audio/Makefile b/audio/Makefile index 0509ed76cef3..965695cd5cf4 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -851,7 +851,6 @@ SUBDIR += yammi SUBDIR += yamt SUBDIR += yell - SUBDIR += ym2wav SUBDIR += zinf SUBDIR += zynaddsubfx diff --git a/audio/ym2wav/Makefile b/audio/ym2wav/Makefile deleted file mode 100644 index 806942a9edd9..000000000000 --- a/audio/ym2wav/Makefile +++ /dev/null @@ -1,34 +0,0 @@ -# New ports collection makefile for: ym2wav -# Date created: 24 Mar 2010 -# Whom: Emanuel Haupt <ehaupt@FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= ym2wav -DISTVERSION= 0.21a -CATEGORIES= audio -MASTER_SITES= http://atariarea.krap.pl/stymulator/files/ \ - CRITICAL -DISTNAME= STYMulator-${DISTVERSION} - -MAINTAINER= ehaupt@FreeBSD.org -COMMENT= Convert .ym (Yamaha YM2149 soundchip) music files to wav - -PLIST_FILES= bin/ym2wav - -do-build: -.for i in digidrum Ymload Ym2149Ex YmMusic YmUserInterface - ${CXX} ${CXXFLAGS} -c ${WRKSRC}/src/stsoundlib/${i}.cpp \ - -o ${WRKSRC}/src/stsoundlib/${i}.o -.endfor - ${CC} ${CFLAGS} -c ${WRKSRC}/src/stsoundlib/lzh/lzhlib.cpp \ - -o ${WRKSRC}/src/stsoundlib/lzh/lzhlib.o - ${CXX} -o ${WRKSRC}/src/${PORTNAME} ${WRKSRC}/src/ym2wav.cpp \ - ${WRKSRC}/src/stsoundlib/lzh/lzhlib.o \ - ${WRKSRC}/src/stsoundlib/*.o - -do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/src/${PORTNAME} ${PREFIX}/bin - -.include <bsd.port.mk> diff --git a/audio/ym2wav/distinfo b/audio/ym2wav/distinfo deleted file mode 100644 index f89add377d68..000000000000 --- a/audio/ym2wav/distinfo +++ /dev/null @@ -1,3 +0,0 @@ -MD5 (STYMulator-0.21a.tar.gz) = e6ab8164dfac0300bb91a82f6e704841 -SHA256 (STYMulator-0.21a.tar.gz) = df0ea39339620682e76e0d8b6b128d69ccaa82687556aa207c1f6d6826206365 -SIZE (STYMulator-0.21a.tar.gz) = 113278 diff --git a/audio/ym2wav/pkg-descr b/audio/ym2wav/pkg-descr deleted file mode 100644 index e34ca2354922..000000000000 --- a/audio/ym2wav/pkg-descr +++ /dev/null @@ -1,4 +0,0 @@ -A program for converting Yamaha YM2149 soundchip music files to wav using the -ST-Sound library. - -WWW: http://atariarea.krap.pl/stymulator/ |