mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-14 23:46:10 +00:00
384611a506
PR: 18677 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
30 lines
667 B
Makefile
30 lines
667 B
Makefile
# 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
|
|
|
|
LIB_DEPENDS= gtk12.2:${PORTSDIR}/x11-toolkits/gtk12
|
|
RUN_DEPENDS= mtools:${PORTSDIR}/emulators/mtools
|
|
|
|
GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
|
|
|
|
USE_X_PREFIX= yes
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
|
|
CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \
|
|
--with-mtoolsdir="${LOCALBASE}/bin" \
|
|
--disable-gtktest
|
|
|
|
MAN1= mfm.1
|
|
|
|
.include <bsd.port.mk>
|