From owner-freebsd-ports Sat Jun 12 7: 0:12 1999 Delivered-To: freebsd-ports@freebsd.org Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (Postfix) with ESMTP id 6B9F114CD4 for ; Sat, 12 Jun 1999 07:00:06 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: (from gnats@localhost) by freefall.freebsd.org (8.9.3/8.9.2) id HAA20042; Sat, 12 Jun 1999 07:00:05 -0700 (PDT) (envelope-from gnats@FreeBSD.org) Received: from mail2s.biglobe.ne.jp (mail2s.biglobe.ne.jp [210.147.14.242]) by hub.freebsd.org (Postfix) with ESMTP id 05DB614CD4 for ; Sat, 12 Jun 1999 06:56:43 -0700 (PDT) (envelope-from yatt@msc.biglobe.ne.jp) Received: from mail-gw.biglobe.ne.jp (mailsv5.biglobe.ne.jp [192.47.117.85]) by mail2s.biglobe.ne.jp (8.9.1+3.1W/3.7W-99031710) with ESMTP id WAA06467 for ; Sat, 12 Jun 1999 22:56:41 +0900 (JST) Received: from mail-relay.biglobe.ne.jp by mail-gw.biglobe.ne.jp (8.8.8/3.7W-INET_GW) id WAA19051 for ; Sat, 12 Jun 1999 22:56:38 +0900 (JST) Received: from msc.biglobe.ne.jp by mail-relay.biglobe.ne.jp (8.8.8/3.6W-BIGLOBE_RELAY) id WAA19170 for ; Sat, 12 Jun 1999 22:56:36 +0900 (JST) Message-Id: <19990612225045X.yatt@msc.biglobe.ne.jp> Date: Sat, 12 Jun 1999 22:50:45 +0900 From: yatt@msc.biglobe.ne.jp Reply-To: yatt@msc.biglobe.ne.jp To: FreeBSD-gnats-submit@freebsd.org X-Send-Pr-Version: 3.2 Subject: ports/12155: New Ports: audio/timidity++-motif Sender: owner-freebsd-ports@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org >Number: 12155 >Category: ports >Synopsis: New Ports: audio/timidity++-motif >Confidential: no >Severity: non-critical >Priority: low >Responsible: freebsd-ports >State: open >Quarter: >Keywords: >Date-Required: >Class: change-request >Submitter-Id: current-users >Arrival-Date: Sat Jun 12 07:00:04 PDT 1999 >Closed-Date: >Last-Modified: >Originator: Yoichi Asai >Release: FreeBSD 3.1-RELEASE i386 >Organization: Personal >Environment: >Description: TiMidity++ Motif interface. Needs audio/timidity++. >How-To-Repeat: >Fix: # This is a shell archive. Save it in a file, remove anything before # this line, and then unpack it by entering "sh file". Note, it may # create directories; files and directories will be owned by you and # have default permissions. # # This archive contains: # # timidity++-motif # timidity++-motif/pkg # timidity++-motif/pkg/PLIST # timidity++-motif/pkg/COMMENT # timidity++-motif/pkg/DESCR # timidity++-motif/Makefile # echo c - timidity++-motif mkdir -p timidity++-motif > /dev/null 2>&1 echo c - timidity++-motif/pkg mkdir -p timidity++-motif/pkg > /dev/null 2>&1 echo x - timidity++-motif/pkg/PLIST sed 's/^X//' >timidity++-motif/pkg/PLIST << 'END-of-timidity++-motif/pkg/PLIST' Xbin/xmmidi Xlib/timidity/interface_m.so END-of-timidity++-motif/pkg/PLIST echo x - timidity++-motif/pkg/COMMENT sed 's/^X//' >timidity++-motif/pkg/COMMENT << 'END-of-timidity++-motif/pkg/COMMENT' XMotif interface for TiMidity++. END-of-timidity++-motif/pkg/COMMENT echo x - timidity++-motif/pkg/DESCR sed 's/^X//' >timidity++-motif/pkg/DESCR << 'END-of-timidity++-motif/pkg/DESCR' XThis port allows you to operate TiMidity++ with Motif interface. X XFormerly, the original version of this program was written by Tuuka XToivonen(until version 0.2i). XNow, Masanao Izumo and many hackers are developing "TiMidity++". XOfficial site is Xhttp://www.goice.co.jp/member/mo/timidity/ X XYoichi Asai END-of-timidity++-motif/pkg/DESCR echo x - timidity++-motif/Makefile sed 's/^X//' >timidity++-motif/Makefile << 'END-of-timidity++-motif/Makefile' X# New ports collection makefile for: TiMidity++ X# Version required: 1.3.9 X# Date created: 27 Feb 1999 X# Whom: Yoichi Asai X# X# $Id$ X# X XDISTNAME= TiMidity++-1.3.9 XPKGNAME= timidity++-motif-1.3.9 XCATEGORIES= audio XMASTER_SITES= http://www.goice.co.jp/member/mo/timidity/dist/ X XMAINTAINER= yatt@msc.biglobe.ne.jp X XRUN_DEPENDS= ${PREFIX}/bin/timidity:${PORTSDIR}/audio/timidity++ X XUSE_XLIB= yes XUSE_AUTOCONF= yes XREQUIRES_MOTIF= yes X XFILESDIR= ${.CURDIR}/../../audio/timidity++/files X XDIST_SUBDIR= timidity X X.include X XCONFIGURE_ARGS= --prefix=${PREFIX} --with-x \ X --disable-ncurses --disable-vt100 --disable-tcltk \ X --disable-emacs --disable-xaw --disable-xskin \ X --enable-motif=dynamic --disable-slang --disable-gtk \ X --enable-network --enable-spectrogram --enable-wrd XCONFIGURE_ENV= MOTIFLIB="${MOTIFLIB}" X.if ${PORTOBJFORMAT} == "elf" XCONFIGURE_ENV+= LDFLAGS=-export-dynamic X.endif X XTIMID_DIR= ${PREFIX}/lib/timidity XLINK= xmmidi X Xdo-build: X cd ${WRKSRC}/interface; ${MAKE} X Xdo-install: X cd ${WRKSRC}/interface; ${MAKE} ${INSTALL_TARGET} X ${LN} -sf ${PREFIX}/bin/timidity ${PREFIX}/bin/${LINK} X X.include END-of-timidity++-motif/Makefile exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message