Date: Wed, 12 Jan 2000 16:33:14 +0200 (EET) From: acid@stu.cn.ua To: FreeBSD-gnats-submit@freebsd.org Subject: ports/16080: mfm (frontend for mtools) port Message-ID: <200001121433.QAA31850@stalker.stu.cn.ua>
next in thread | raw e-mail | index | archive | help
>Number: 16080 >Category: ports >Synopsis: mfm (frontend for mtools) port >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: Wed Jan 12 06:40:01 PST 2000 >Closed-Date: >Last-Modified: >Originator: Michael Vasilenko >Release: FreeBSD 3.4-STABLE i386 >Organization: Chernigiv State Technological University >Environment: >Description: A graphical frontend to mtools. mfm is a program which should give people easy access to floppies under UNIX-like operating systems. It can do simple tasks of a file-manager and makes use of mtools to access floppies. >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: # # x11-fm/mfm # x11-fm/mfm/Makefile # x11-fm/mfm/files # x11-fm/mfm/files/md5 # x11-fm/mfm/pkg # x11-fm/mfm/pkg/COMMENT # x11-fm/mfm/pkg/DESCR # x11-fm/mfm/pkg/PLIST # x11-fm/mfm/patches # x11-fm/mfm/patches/patch-aa # echo c - x11-fm/mfm mkdir -p x11-fm/mfm > /dev/null 2>&1 echo x - x11-fm/mfm/Makefile sed 's/^X//' >x11-fm/mfm/Makefile << 'END-of-x11-fm/mfm/Makefile' X# New ports collection makefile for: mfm X# Version required: 1.2 X# Date created: 12 Jan 2000 X# Whom: Michael Vasilenko <acid@stu.cn.ua> X# X# $FreeBSD$ X# X XDISTNAME= mfm-1.2 XCATEGORIES= x11-fm XMASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/ X XMAINTAINER= ports@FreeBSD.org X XLIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12 X XRUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools X XGTK_CONFIG?= ${X11BASE}/bin/gtk12-config X XUSE_X_PREFIX= yes X XUSE_GMAKE= yes X Xdo-install: X @ ${INSTALL_PROGRAM} ${WRKSRC}/mfm ${PREFIX}/bin X X.include <bsd.port.mk> END-of-x11-fm/mfm/Makefile echo c - x11-fm/mfm/files mkdir -p x11-fm/mfm/files > /dev/null 2>&1 echo x - x11-fm/mfm/files/md5 sed 's/^X//' >x11-fm/mfm/files/md5 << 'END-of-x11-fm/mfm/files/md5' XMD5 (mfm-1.2.tar.gz) = 01188f178cd101cb2e8b5c56d7066da5 END-of-x11-fm/mfm/files/md5 echo c - x11-fm/mfm/pkg mkdir -p x11-fm/mfm/pkg > /dev/null 2>&1 echo x - x11-fm/mfm/pkg/COMMENT sed 's/^X//' >x11-fm/mfm/pkg/COMMENT << 'END-of-x11-fm/mfm/pkg/COMMENT' XA graphical frontend to mtools END-of-x11-fm/mfm/pkg/COMMENT echo x - x11-fm/mfm/pkg/DESCR sed 's/^X//' >x11-fm/mfm/pkg/DESCR << 'END-of-x11-fm/mfm/pkg/DESCR' XA graphical frontend to mtools. X Xmfm is a program which should give people easy access to floppies under XUNIX-like operating systems. It can do simple tasks of a file-manager and Xmakes use of mtools to access floppies. X XWWW: http://www.core-coutainville.org/mfm END-of-x11-fm/mfm/pkg/DESCR echo x - x11-fm/mfm/pkg/PLIST sed 's/^X//' >x11-fm/mfm/pkg/PLIST << 'END-of-x11-fm/mfm/pkg/PLIST' Xbin/mfm END-of-x11-fm/mfm/pkg/PLIST echo c - x11-fm/mfm/patches mkdir -p x11-fm/mfm/patches > /dev/null 2>&1 echo x - x11-fm/mfm/patches/patch-aa sed 's/^X//' >x11-fm/mfm/patches/patch-aa << 'END-of-x11-fm/mfm/patches/patch-aa' X--- Makefile.orig Fri Nov 12 20:35:38 1999 X+++ Makefile Wed Jan 12 15:33:36 2000 X@@ -6,25 +6,25 @@ X # suggestion for SGI MIPS with MIPSPro Compiler (Thanks to Claudio Fanin): X # CFLAGS = "-O2 -xansi-mips3 -DSYSV -woff 1185 -rpath /usr/local/lib" X X-CFLAGS = -Wall -g X+CFLAGS = -Wall X X # Flags for your linker X X-LDFLAGS = `gtk-config --cflags` `gtk-config --libs` X+LDFLAGS = `gtk12-config --cflags` `gtk12-config --libs` X X # The directory where make install should put the binaries. X X-BINDIR = /usr/local/bin X+BINDIR = /usr/X11R6/bin X X # The location of the system-wide configuration file. This should be fine X # on most systems. X X-CONFFILE = /etc/mfm.conf X+CONFFILE = /usr/X11R6/etc/mfm.conf X X # Default path for mtools. This can also be changed in the system-wide X # configuration file you gave above. X X-MTOOLSDIR = /usr/bin X+MTOOLSDIR = /usr/local/bin X X # Compiler name X END-of-x11-fm/mfm/patches/patch-aa exit >Release-Note: >Audit-Trail: >Unformatted: To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-ports" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200001121433.QAA31850>