diff options
-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 5740325..87b02c2 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 23d1ea9..1ede5be 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 |