Add fcplay 0.0.1, a player for the Future Composer tunes from the Amiga.
PR: 21335 Submitted by: Anders Nordby <anders@fix.no>
This commit is contained in:
parent
2f8bc8eeb5
commit
90894ecd85
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=32783
7 changed files with 52 additions and 0 deletions
|
@ -22,6 +22,7 @@
|
|||
SUBDIR += dap
|
||||
SUBDIR += esound
|
||||
SUBDIR += extace
|
||||
SUBDIR += fcplay
|
||||
SUBDIR += festdoc
|
||||
SUBDIR += festival
|
||||
SUBDIR += festlex-cmu
|
||||
|
|
29
audio/fcplay/Makefile
Normal file
29
audio/fcplay/Makefile
Normal file
|
@ -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>
|
1
audio/fcplay/distinfo
Normal file
1
audio/fcplay/distinfo
Normal file
|
@ -0,0 +1 @@
|
|||
MD5 (fcplay-0_0_1.tgz) = 3ca1c8e87d141b7b0641725f74f4633e
|
7
audio/fcplay/files/patch-aa
Normal file
7
audio/fcplay/files/patch-aa
Normal file
|
@ -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/
|
1
audio/fcplay/pkg-comment
Normal file
1
audio/fcplay/pkg-comment
Normal file
|
@ -0,0 +1 @@
|
|||
Future Composer Reference Player
|
8
audio/fcplay/pkg-descr
Normal file
8
audio/fcplay/pkg-descr
Normal file
|
@ -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/
|
5
audio/fcplay/pkg-plist
Normal file
5
audio/fcplay/pkg-plist
Normal file
|
@ -0,0 +1,5 @@
|
|||
bin/fcplay
|
||||
share/doc/fcplay/ABOUT
|
||||
share/doc/fcplay/COPYING
|
||||
share/doc/fcplay/POINTER
|
||||
@dirrm share/doc/fcplay
|
Loading…
Reference in a new issue