diff options
author | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-04 01:33:34 +0000 |
---|---|---|
committer | Andrey A. Chernov <ache@FreeBSD.org> | 1999-01-04 01:33:34 +0000 |
commit | c9dd28d0f50100e1c84dce1adcdd8a57861184c9 (patch) | |
tree | a67d877746aecc5af5fb1d6f4d7fa91bd5de2fcd /audio/timidity/Makefile | |
parent | f6f6a82d5e1ff140a8fe0302f3ca957c544c6fb0 (diff) | |
download | ports-c9dd28d0f50100e1c84dce1adcdd8a57861184c9.tar.gz ports-c9dd28d0f50100e1c84dce1adcdd8a57861184c9.zip |
Notes
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 43dabd7769f9..fdc8e310a874 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> |