aboutsummaryrefslogtreecommitdiff
path: root/x11-fm/mtoolsfm/Makefile
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 17:35:12 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2000-05-19 17:35:12 +0000
commit384611a5062bf8b82069fec61b437bc87dcc2cd7 (patch)
treeeda9531bb3b4a199bfb5a619595ab7b65515310f /x11-fm/mtoolsfm/Makefile
parent4b4feacbfadd9312365841bc670d082f1193454d (diff)
downloadports-384611a5062bf8b82069fec61b437bc87dcc2cd7.tar.gz
ports-384611a5062bf8b82069fec61b437bc87dcc2cd7.zip
Update to version 1.5.
PR: 18677 Submitted by: KATO Tsuguru <tkato@prontomail.ne.jp>
Notes
Notes: svn path=/head/; revision=28603
Diffstat (limited to 'x11-fm/mtoolsfm/Makefile')
-rw-r--r--x11-fm/mtoolsfm/Makefile12
1 files changed, 6 insertions, 6 deletions
diff --git a/x11-fm/mtoolsfm/Makefile b/x11-fm/mtoolsfm/Makefile
index 32951c539240..7eb023c807b6 100644
--- a/x11-fm/mtoolsfm/Makefile
+++ b/x11-fm/mtoolsfm/Makefile
@@ -6,7 +6,7 @@
#
PORTNAME= mfm
-PORTVERSION= 1.3
+PORTVERSION= 1.5
CATEGORIES= x11-fm
MASTER_SITES= http://www.core-coutainville.org/mfm/archive/SOURCES/
@@ -19,11 +19,11 @@ GTK_CONFIG?= ${X11BASE}/bin/gtk12-config
USE_X_PREFIX= yes
GNU_CONFIGURE= yes
-CONFIGURE_ENV= GTK_CONFIG=${GTK_CONFIG}
-CONFIGURE_ARGS= --disable-gtktest
+CONFIGURE_ENV= GTK_CONFIG="${GTK_CONFIG}"
+CONFIGURE_ARGS= --with-conffile="${PREFIX}/etc/mfm.conf" \
+ --with-mtoolsdir="${LOCALBASE}/bin" \
+ --disable-gtktest
-post-patch:
- @${PERL} -pi -e 's|%%PREFIX%%|${PREFIX}|g' ${WRKSRC}/*.h
- @${PERL} -pi -e 's|%%LOCALBASE%%|${LOCALBASE}|g' ${WRKSRC}/*.h
+MAN1= mfm.1
.include <bsd.port.mk>