diff options
author | ache <ache@FreeBSD.org> | 1999-01-04 01:33:34 +0000 |
---|---|---|
committer | ache <ache@FreeBSD.org> | 1999-01-04 01:33:34 +0000 |
commit | 2ec83d9f3013a5ce2f1ad1213fc7b16713a5993a (patch) | |
tree | 25b98b53c0f00949fa2dd284cae933b5290a9787 /audio/timidity/Makefile | |
parent | 2d9426693288d1ba72e3f461c030c48a2b32d2a2 (diff) | |
download | FreeBSD-ports-2ec83d9f3013a5ce2f1ad1213fc7b16713a5993a.zip FreeBSD-ports-2ec83d9f3013a5ce2f1ad1213fc7b16713a5993a.tar.gz |
unbroke the port (fetch)
use gus patches set now
Diffstat (limited to 'audio/timidity/Makefile')
-rw-r--r-- | audio/timidity/Makefile | 19 |
1 files changed, 5 insertions, 14 deletions
diff --git a/audio/timidity/Makefile b/audio/timidity/Makefile index 43dabd7..fdc8e31 100644 --- a/audio/timidity/Makefile +++ b/audio/timidity/Makefile @@ -4,35 +4,26 @@ # Date created: 17 Nov 1996 # Whom: ache # -# $Id: Makefile,v 1.7 1998/06/16 16:04:51 ache Exp $ +# $Id: Makefile,v 1.8 1998/09/28 01:53:45 steve Exp $ # DISTNAME= timidity-0.2i CATEGORIES= audio MASTER_SITES= ftp://ftp.kiarchive.ru/pub/misc/hardware/soundcard/gus/ \ - http://www.cgs.fi/~tt/timidity/ -TIINS= dgguspat.zip + http://www.goice.co.jp/member/mo/timidity/dist/ +TIINS= goemon.tgz DISTFILES= ${TIINS} ${DISTNAME}.tar.gz MAINTAINER= ache@FreeBSD.ORG -BROKEN= fetch - NO_CDROM= "Uses copyrighted patches" -BUILD_DEPENDS= unzip:${PORTSDIR}/archivers/unzip - EXTRACT_ONLY= ${DISTNAME}.tar.gz INSTALL_TARGET= install.all MAN1= timidity.1 -do-configure: - @cd ${WRKSRC} && \ - sed "s=%PREFIX%=${PREFIX}=" < gravis.cfg > gravis.cfg.new && \ - mv gravis.cfg.new gravis.cfg - post-install: - cd ${PREFIX}/lib/timidity/patch && \ - unzip -o -q -L ${DISTDIR}/${TIINS} + cd ${PREFIX}/lib/timidity && \ + tar zxf ${DISTDIR}/${TIINS} .include <bsd.port.mk> |