diff options
author | will <will@FreeBSD.org> | 2000-09-18 06:00:27 +0800 |
---|---|---|
committer | will <will@FreeBSD.org> | 2000-09-18 06:00:27 +0800 |
commit | c48ad02f4abe64d836f52f452fb5f0f5eb52d888 (patch) | |
tree | bfc4bdfdd8fedc03f631fac7c3d52efc4433dca2 /audio | |
parent | 69a32c70981fb6e624d90f66f79cd51455de62b8 (diff) | |
download | freebsd-ports-gnome-c48ad02f4abe64d836f52f452fb5f0f5eb52d888.tar.gz freebsd-ports-gnome-c48ad02f4abe64d836f52f452fb5f0f5eb52d888.tar.zst freebsd-ports-gnome-c48ad02f4abe64d836f52f452fb5f0f5eb52d888.zip |
Add fcplay 0.0.1, a player for the Future Composer tunes from the Amiga.
PR: 21335
Submitted by: Anders Nordby <anders@fix.no>
Diffstat (limited to 'audio')
-rw-r--r-- | audio/Makefile | 1 | ||||
-rw-r--r-- | audio/fcplay/Makefile | 29 | ||||
-rw-r--r-- | audio/fcplay/distinfo | 1 | ||||
-rw-r--r-- | audio/fcplay/files/patch-aa | 7 | ||||
-rw-r--r-- | audio/fcplay/pkg-comment | 1 | ||||
-rw-r--r-- | audio/fcplay/pkg-descr | 8 | ||||
-rw-r--r-- | audio/fcplay/pkg-plist | 5 |
7 files changed, 52 insertions, 0 deletions
diff --git a/audio/Makefile b/audio/Makefile index 6cc9d3a83735..da1dd5931996 100644 --- a/audio/Makefile +++ b/audio/Makefile @@ -22,6 +22,7 @@ SUBDIR += dap SUBDIR += esound SUBDIR += extace + SUBDIR += fcplay SUBDIR += festdoc SUBDIR += festival SUBDIR += festlex-cmu diff --git a/audio/fcplay/Makefile b/audio/fcplay/Makefile new file mode 100644 index 000000000000..bbfa43663331 --- /dev/null +++ b/audio/fcplay/Makefile @@ -0,0 +1,29 @@ +# New ports collection makefile for: xmms-fc +# Date created: 17 September 2000 +# Whom: Anders Nordby <anders@fix.no> +# +# $FreeBSD$ +# + +PORTNAME= fcplay +PORTVERSION= 0.0.1 +CATEGORIES= audio +MASTER_SITES= http://www.geocities.com/SiliconValley/Lakes/5147/mod/ +DISTNAME= ${PORTNAME}-${PORTVERSION:S/./_/g} +EXTRACT_SUFX= .tgz + +MAINTAINER= anders@fix.no + +BUILD_DEPENDS= ${LOCALBASE}/include/sidplay/compconf.h:${PORTSDIR}/audio/libsidplay + +CXXFLAGS+= -I${PREFIX}/include -DHAVE_FREEBSD -DHAVE_MACHINE_SOUNDCARD_H +GNU_CONFIGURE= yes +WRKSRC= ${WRKDIR}/fcplay-${PORTVERSION} + +post-install: + ${INSTALL} -d -m 555 ${PREFIX}/share/doc/fcplay + @${INSTALL_DATA} ${WRKSRC}/ABOUT ${PREFIX}/share/doc/fcplay/ + @${INSTALL_DATA} ${WRKSRC}/COPYING ${PREFIX}/share/doc/fcplay/ + @${INSTALL_DATA} ${WRKSRC}/POINTER ${PREFIX}/share/doc/fcplay/ + +.include <bsd.port.mk> diff --git a/audio/fcplay/distinfo b/audio/fcplay/distinfo new file mode 100644 index 000000000000..9e26dc971709 --- /dev/null +++ b/audio/fcplay/distinfo @@ -0,0 +1 @@ +MD5 (fcplay-0_0_1.tgz) = 3ca1c8e87d141b7b0641725f74f4633e diff --git a/audio/fcplay/files/patch-aa b/audio/fcplay/files/patch-aa new file mode 100644 index 000000000000..ff78b8fb0f9e --- /dev/null +++ b/audio/fcplay/files/patch-aa @@ -0,0 +1,7 @@ +--- POINTER.old Sun Sep 17 22:27:38 2000 ++++ POINTER Sun Sep 17 22:27:45 2000 +@@ -1,3 +1,3 @@ + http://www.geocities.com/SiliconValley/Lakes/5147/mod/ + +-FC modules: http://exotica.amigascne.org/ ++FC modules: http://exotica.fix.no/ diff --git a/audio/fcplay/pkg-comment b/audio/fcplay/pkg-comment new file mode 100644 index 000000000000..ba735a0168cb --- /dev/null +++ b/audio/fcplay/pkg-comment @@ -0,0 +1 @@ +Future Composer Reference Player diff --git a/audio/fcplay/pkg-descr b/audio/fcplay/pkg-descr new file mode 100644 index 000000000000..0c77bd1c9543 --- /dev/null +++ b/audio/fcplay/pkg-descr @@ -0,0 +1,8 @@ +A player for those memorable Future Composer tunes from the Amiga. + +The author says it was implemented because hardly any FC player available on +PC (and not even on AMIGA) manages to play back all modules without flaws -- +if at all. + +WWW: http://www.geocities.com/SiliconValley/Lakes/5147/mod/ +Tunes: http://exotica.fix.no/ diff --git a/audio/fcplay/pkg-plist b/audio/fcplay/pkg-plist new file mode 100644 index 000000000000..79a808d02842 --- /dev/null +++ b/audio/fcplay/pkg-plist @@ -0,0 +1,5 @@ +bin/fcplay +share/doc/fcplay/ABOUT +share/doc/fcplay/COPYING +share/doc/fcplay/POINTER +@dirrm share/doc/fcplay |