diff options
author | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
---|---|---|
committer | asami <asami@FreeBSD.org> | 1995-04-13 04:32:12 +0800 |
commit | 8b4236cf7ebe88317356fa74570fea802de1bd0e (patch) | |
tree | 7e4bc01a5237a086344bcf19181b850324b0cc72 /x11-fm | |
parent | 4b66b1425f949394009f8068fe492c88c8864a2e (diff) | |
download | freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.gz freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.tar.zst freebsd-ports-gnome-8b4236cf7ebe88317356fa74570fea802de1bd0e.zip |
And now the rest of the x11 ports Makefiles.
Diffstat (limited to 'x11-fm')
-rw-r--r-- | x11-fm/xfm/Makefile | 10 |
1 files changed, 6 insertions, 4 deletions
diff --git a/x11-fm/xfm/Makefile b/x11-fm/xfm/Makefile index f32f3c3d1ee7..2417bb73b926 100644 --- a/x11-fm/xfm/Makefile +++ b/x11-fm/xfm/Makefile @@ -3,14 +3,16 @@ # Date created: 28 December 1994 # Whom: jc@irbs.com John Capo # -# $Id: Makefile,v 1.3 1995/02/11 13:51:45 asami Exp $ +# $Id: Makefile,v 1.4 1995/04/01 12:51:23 jkh Exp $ # DISTNAME= xfm-1.3 -DISTFILES= xfm-1.3.tar.gz -USE_IMAKE= yes -MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ CATEGORIES+= x11 +MASTER_SITES= ftp://crl.dec.com/pub/X11/contrib/applications/ +DISTFILES= xfm-1.3.tar.gz + LIB_DEPENDS= Xpm\\.4\\.:${PORTSDIR}/graphics/xpm +USE_IMAKE= yes + .include <bsd.port.mk> |