summaryrefslogtreecommitdiff
path: root/audio/gogo
diff options
context:
space:
mode:
authorYukihiro Nakai <nakai@FreeBSD.org>2000-01-26 11:28:06 +0000
committerYukihiro Nakai <nakai@FreeBSD.org>2000-01-26 11:28:06 +0000
commit7dbcc6c1a39259357fe2a4e1726f9e31522bd8f1 (patch)
treea932fcaaa016e47b0c39df34433f8132e25056d0 /audio/gogo
parentUpgrade GNU Pth scratch port from 1.3a5 to 1.3b1 (diff)
Add cdda2wav feature.
Submitted by: taoka@FreeBSD.org
Notes
Notes: svn path=/head/; revision=25094
Diffstat (limited to 'audio/gogo')
-rw-r--r--audio/gogo/Makefile19
-rw-r--r--audio/gogo/pkg-descr8
2 files changed, 23 insertions, 4 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile
index 574032583db4..87b02c290e05 100644
--- a/audio/gogo/Makefile
+++ b/audio/gogo/Makefile
@@ -16,15 +16,32 @@ MAINTAINER= nakai@FreeBSD.org
# More than version 0.98
BUILD_DEPENDS= nasm-0.98:${PORTSDIR}/devel/nasm
+.if !defined(MINIMAL)
+RUN_DEPENDS= cdda2wav:${PORTSDIR}/sysutils/cdrecord \
+ list_audio_tracks:${PORTSDIR}/sysutils/cdrecord
+.endif
USE_GMAKE= yes
ALL_TARGET= gogo
.if(!defined(KANJI))
-MAKE_ENV+= DONT_USE_KANJI=-DNO_KANJI
+MAKE_ARGS+= DONT_USE_KANJI=-DNO_KANJI
+.else
+MAKE_ARGS+= DONT_USE_KANJI=
.endif
RESTRICTED= Condition is not clear
do-install:
${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin
+.if !defined(MINIMAL)
+ ${INSTALL_SCRIPT} ${WRKSRC}/sakai/cdda2mp3.bsd \
+ ${PREFIX}/bin/cdda2mp3.gogo
+.if !defined(NOPORTDOCS)
+ ${MKDIR} ${PREFIX}/share/doc/gogo
+ ${INSTALL_DATA} ${WRKSRC}/sakai/cdda2mp3.txt \
+ ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.jp
+ ${INSTALL_DATA} ${WRKSRC}/sakai/readme_e.txt \
+ ${PREFIX}/share/doc/gogo/cdda2mp3.gogo.en
+.endif
+.endif
.include <bsd.port.mk>
diff --git a/audio/gogo/pkg-descr b/audio/gogo/pkg-descr
index 23d1ea99c62f..1ede5be91493 100644
--- a/audio/gogo/pkg-descr
+++ b/audio/gogo/pkg-descr
@@ -4,7 +4,9 @@ and Intel PentiumIII SSE. The latter is available when FreeBSD
supports SSE. (Linux supports it.)
*** DON'T OVERCLOCK YOUR K6-2 ***
-Gogo heavily uses the 3DNow! unit that almost slesep in usual,
-and the CPU becomes very hot even in normal clock.
+Gogo heavily uses the 3DNow! unit that almost sleeps in usual,
+and the encoding CPU becomes very hot even with its normal clock.
So overclock may cause serious internal errors or crazy results.
-Also, this may be same on PentiumIII.
+Also, this may be same on PentiumIII or others.
+
+WWW: http://homepage1.nifty.com/herumi/gogo_e.html