mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-15 23:50:44 +00:00
b089d59e6a
MFM is a mtools frontend filemanager written in GTK. PR: 16080 Submitted by: Michael Vasilenko <acid@stu.cn.ua>
26 lines
562 B
Makefile
26 lines
562 B
Makefile
# New ports collection makefile for: mfm
|
|
# Version required: 1.2
|
|
# Date created: 12 Jan 2000
|
|
# Whom: Michael Vasilenko <acid@stu.cn.ua>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
DISTNAME= mfm-1.2
|
|
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
|
|
USE_GMAKE= yes
|
|
|
|
do-install:
|
|
@ ${INSTALL_PROGRAM} ${WRKSRC}/mfm ${PREFIX}/bin
|
|
|
|
.include <bsd.port.mk>
|