diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-26 11:28:06 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 2000-01-26 11:28:06 +0000 |
commit | 7dbcc6c1a39259357fe2a4e1726f9e31522bd8f1 (patch) | |
tree | a932fcaaa016e47b0c39df34433f8132e25056d0 /audio/gogo | |
parent | 4e02e7cafa83c819e86462ab3dd45b35a72c0946 (diff) | |
download | ports-7dbcc6c1a39259357fe2a4e1726f9e31522bd8f1.tar.gz ports-7dbcc6c1a39259357fe2a4e1726f9e31522bd8f1.zip |
Notes
Diffstat (limited to 'audio/gogo')
-rw-r--r-- | audio/gogo/Makefile | 19 | ||||
-rw-r--r-- | audio/gogo/pkg-descr | 8 |
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 |