diff options
author | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:00:27 +0000 |
---|---|---|
committer | Will Andrews <will@FreeBSD.org> | 2000-09-17 22:00:27 +0000 |
commit | 90894ecd8526fd5144f6ce5faefe7e2aa95a24fd (patch) | |
tree | 4d68a361da3af87da4dac8f3f1a621a8dd14e477 /audio | |
parent | 2f8bc8eeb52ec21f538a639327a0a25d0a33a166 (diff) |
Notes
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 |