freebsd-ports/x11-fm/mtoolsfm/Makefile

27 lines
544 B
Makefile
Raw Normal View History

# New ports collection makefile for: mfm
# Date created: 12 Jan 2000
# Whom: Michael Vasilenko <acid@stu.cn.ua>
#
# $FreeBSD$
#
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
2000-10-05 08:42:57 +02:00
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>