diff options
author | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 19:31:18 +0000 |
---|---|---|
committer | Ade Lovett <ade@FreeBSD.org> | 2000-09-16 19:31:18 +0000 |
commit | d98c57725a911b4d2f76a6e1ef57d515a2a1051b (patch) | |
tree | 57bd368550123585c888cdf87b40107dd09e56f3 /x11-fm | |
parent | 4c759912f5932ad3fffbd1c324f924f77dc69628 (diff) | |
download | ports-d98c57725a911b4d2f76a6e1ef57d515a2a1051b.tar.gz ports-d98c57725a911b4d2f76a6e1ef57d515a2a1051b.zip |
Notes
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfm/Makefile | 10 | ||||
-rw-r--r-- | x11-fm/xfm/distinfo | 2 | ||||
-rw-r--r-- | x11-fm/xfm/files/patch-ae | 26 | ||||
-rw-r--r-- | x11-fm/xfm/pkg-descr | 1 |
4 files changed, 35 insertions, 4 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index 735df932a339..9fcfc132f538 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -6,13 +6,17 @@ # PORTNAME= xfm -PORTVERSION= 1.4.2 +PORTVERSION= 1.4.2.4 CATEGORIES= x11-fm -MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/ +MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ +MASTER_SITE_SUBDIR= applications +DISTNAME= ${PORTNAME}-1.4.2p4 MAINTAINER= ports@FreeBSD.org -LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d +LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d + +WRKSRC= ${WRKDIR}/${PORTNAME}-1.4.2 USE_IMAKE= yes USE_XPM= yes diff --git a/x11-fm/xfm/distinfo b/x11-fm/xfm/distinfo index 06239cc12fff..ae8fd598a057 100644 --- a/x11-fm/xfm/distinfo +++ b/x11-fm/xfm/distinfo @@ -1 +1 @@ -MD5 (xfm-1.4.2.tar.gz) = 7b23ae130220592015e39adca067af10 +MD5 (xfm-1.4.2p4.tar.gz) = 9c0aaa3155a7382342b81b80b8740ff0 diff --git a/x11-fm/xfm/files/patch-ae b/x11-fm/xfm/files/patch-ae new file mode 100644 index 000000000000..31a1da7bf34c --- /dev/null +++ b/x11-fm/xfm/files/patch-ae @@ -0,0 +1,26 @@ +--- Imake.options.orig Wed Apr 5 00:05:36 2000 ++++ Imake.options Wed Sep 6 00:37:02 2000 +@@ -31,8 +31,8 @@ + + #define XAW3D + +-XAWINCDIR = -I/usr/X11R6/include/X11/Xaw3d +-XAWLIBDIR = -L/usr/X11R6/lib ++XAWINCDIR = -I$(INCROOT)/X11/Xaw3d ++XAWLIBDIR = -L$(USRLIBDIR) + + /* Magic headers. *********************************************************/ + +@@ -164,9 +164,9 @@ + + #ifdef USE_GCC + +-CC=gcc +-CCOPTIONS = -Wall -Wno-parentheses +-CDEBUGFLAGS = -O2 ++XCOMM CC=gcc ++XCOMM CCOPTIONS = -Wall -Wno-parentheses ++XCOMM CDEBUGFLAGS = -O2 + + #else + CC=cc diff --git a/x11-fm/xfm/pkg-descr b/x11-fm/xfm/pkg-descr index 998dbb39aed4..c762ebe98dcd 100644 --- a/x11-fm/xfm/pkg-descr +++ b/x11-fm/xfm/pkg-descr @@ -21,3 +21,4 @@ directories (mount points). So you won't have to fiddle around with mount or mtools commands any more if all you want to do is copy some files between the hard disk and your floppy drive. +WWW: http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/ |