head	1.6;
access;
symbols
	RELEASE_4_2_0:1.5
	RELEASE_4_1_1:1.4
	RELEASE_4_1_0:1.4
	RELEASE_3_5_0:1.4
	RELEASE_4_0_0:1.2;
locks; strict;
comment	@# @;


1.6
date	2000.12.21.08.01.10;	author will;	state dead;
branches;
next	1.5;

1.5
date	2000.10.05.06.42.34;	author reg;	state Exp;
branches;
next	1.4;

1.4
date	2000.05.19.17.35.12;	author sobomax;	state Exp;
branches;
next	1.3;

1.3
date	2000.04.10.00.39.25;	author cpiazza;	state Exp;
branches;
next	1.2;

1.2
date	2000.01.29.21.49.29;	author steve;	state Exp;
branches;
next	1.1;

1.1
date	2000.01.22.02.31.48;	author cpiazza;	state Exp;
branches;
next	;


desc
@@


1.6
log
@Update mtoolsfm to 1.6 after repocopy from x11-fm/mfm to x11-fm/mtoolsfm.
Update category Makefile and modules as necessary.

PR:		22750
Submitted by:	Ports Fury
@
text
@# New ports collection makefile for:	mfm
# Date created:				12 Jan 2000
# Whom:					Michael Vasilenko <acid@@stu.cn.ua>
#
# $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.5 2000/10/05 06:42:34 reg Exp $
#

PORTNAME=	mfm
PORTVERSION= 	1.5
CATEGORIES=	x11-fm
MASTER_SITES=	http://www.core-coutainville.org/mfm/archive/SOURCES/

MAINTAINER=	ports@@FreeBSD.org

RUN_DEPENDS=	mtools:${PORTSDIR}/emulators/mtools

USE_X_PREFIX=	yes
USE_GTK=	yes
GNU_CONFIGURE=	yes
CONFIGURE_ARGS=	--with-conffile="${PREFIX}/etc/mfm.conf" \
		--with-mtoolsdir="${LOCALBASE}/bin" \
		--disable-gtktest

MAN1=		mfm.1

.include <bsd.port.mk>
@


1.5
log
@Implement USE_GTK, part 2.
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.4 2000/05/19 17:35:12 sobomax Exp $
@


1.4
log
@Update to version 1.5.

PR:		18677
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.3 2000/04/10 00:39:25 cpiazza Exp $
a14 1
LIB_DEPENDS=	gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
a16 2
GTK_CONFIG?=	${X11BASE}/bin/gtk12-config

d18 1
a19 1
CONFIGURE_ENV=	GTK_CONFIG="${GTK_CONFIG}"
@


1.3
log
@Update with the new PORTNAME/PORTVERSION variables
@
text
@d5 1
a5 1
# $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.2 2000/01/29 21:49:29 steve Exp $
d9 1
a9 1
PORTVERSION= 	1.3
d22 4
a25 2
CONFIGURE_ENV=	GTK_CONFIG=${GTK_CONFIG}
CONFIGURE_ARGS=	--disable-gtktest
d27 1
a27 3
post-patch:
	@@${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.h
	@@${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/*.h
@


1.2
log
@Update to version 1.3.

PR:		16427
Submitted by:	KATO Tsuguru <tkato@@prontomail.ne.jp>
@
text
@a1 1
# Version required:			1.3
d5 1
a5 1
# $FreeBSD: ports/x11-fm/mfm/Makefile,v 1.1 2000/01/22 02:31:48 cpiazza Exp $
d8 2
a9 1
DISTNAME=	mfm-1.3
@


1.1
log
@Add mfm.

MFM is a mtools frontend filemanager written in GTK.

PR:		16080
Submitted by:	Michael Vasilenko <acid@@stu.cn.ua>
@
text
@d2 1
a2 1
# Version required:			1.2
d6 1
a6 1
# $FreeBSD$
d9 1
a9 1
DISTNAME=	mfm-1.2
d19 1
d21 3
a23 1
USE_GMAKE=	yes
d25 3
a27 2
do-install:
	@@ ${INSTALL_PROGRAM} ${WRKSRC}/mfm ${PREFIX}/bin
@
