diff options
author | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
---|---|---|
committer | Satoshi Asami <asami@FreeBSD.org> | 1995-04-12 20:32:12 +0000 |
commit | eabfc48a36f9cf687e5910f887fb4892ea1bd08b (patch) | |
tree | a884486f13428d381093505b375b85c6229680da /x11-fm/xfm | |
parent | Now the rest of the ports Makefiles.... (diff) |
And now the rest of the x11 ports Makefiles.
Notes
Notes:
svn path=/head/; revision=1352
Diffstat (limited to 'x11-fm/xfm')
-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> |