diff options
author | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-22 07:38:39 +0000 |
---|---|---|
committer | Yukihiro Nakai <nakai@FreeBSD.org> | 1999-10-22 07:38:39 +0000 |
commit | f0e467a340519397744d6eab29da5a27ce8a87c6 (patch) | |
tree | ec61073d00eec60338eaaadff4673783055503e3 /audio | |
parent | 26e3ddcb0395dd7c60afa992fc38f24e3225416a (diff) | |
download | ports-f0e467a340519397744d6eab29da5a27ce8a87c6.tar.gz ports-f0e467a340519397744d6eab29da5a27ce8a87c6.zip |
Update to 2.20.
This version support multi thread for 30x speed up
on dual PIII machine, but only for Linux, BeOS :-(
Notes
Notes:
svn path=/head/; revision=22577
Diffstat (limited to 'audio')
-rw-r--r-- | audio/gogo/Makefile | 9 | ||||
-rw-r--r-- | audio/gogo/distinfo | 2 |
2 files changed, 5 insertions, 6 deletions
diff --git a/audio/gogo/Makefile b/audio/gogo/Makefile index 8e258026709a..02b9e2df5d86 100644 --- a/audio/gogo/Makefile +++ b/audio/gogo/Makefile @@ -1,29 +1,28 @@ # New ports collection makefile for: gogo no coder -# Version required: 2.11 +# Version required: 2.20 # Date created: 01 July 1999 # Whom: Yukihiro Nakai <Nacai@iname.com> # # $FreeBSD$ # -DISTNAME= gogo211 -PKGNAME= gogo-2.11 +DISTNAME= gogo220 +PKGNAME= gogo-2.20 CATEGORIES= audio MASTER_SITES= http://www.kurims.kyoto-u.ac.jp/~shigeo/soft/gogo2/src/ -EXTRACT_SUFX= .tgz MAINTAINER= nakai@FreeBSD.org # More than version 0.98 BUILD_DEPENDS= nasm:${PORTSDIR}/devel/nasm +USE_GMAKE= yes MAKEFILE= makefile.unx ALL_TARGET= gogo .if(!defined(KANJI)) MAKE_ENV+= DONT_USE_KANJI=-DNO_KANJI .endif RESTRICTED= Condition is not clear -NO_WRKSUBDIR= yes do-install: ${INSTALL_PROGRAM} ${WRKSRC}/gogo ${PREFIX}/bin diff --git a/audio/gogo/distinfo b/audio/gogo/distinfo index d1711a38ee90..fde73dde459e 100644 --- a/audio/gogo/distinfo +++ b/audio/gogo/distinfo @@ -1 +1 @@ -MD5 (gogo211.tgz) = 08f4fe0dca3bf6eeb4a0d5952b7a5c7f +MD5 (gogo220.tar.gz) = c9a06390fcf5cd401eb49245bf005450 |