2000-01-22 02:31:50 +00:00
|
|
|
# New ports collection makefile for: mfm
|
|
|
|
# Date created: 12 Jan 2000
|
|
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-10 00:44:43 +00:00
|
|
|
PORTNAME= mfm
|
2000-05-19 17:35:12 +00:00
|
|
|
PORTVERSION= 1.5
|
2000-01-22 02:31:50 +00:00
|
|
|
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
|
2000-10-05 06:42:57 +00:00
|
|
|
USE_GTK= yes
|
2000-01-29 21:49:35 +00:00
|
|
|
GNU_CONFIGURE= yes
|
2000-05-19 17:35:12 +00:00
|
|
|
CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \
|
|
|
|
--with-mtoolsdir="${LOCALBASE}/bin" \
|
|
|
|
--disable-gtktest
|
2000-01-22 02:31:50 +00:00
|
|
|
|
2000-05-19 17:35:12 +00:00
|
|
|
MAN1= mfm.1
|
2000-01-22 02:31:50 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|