19 lines
404 B
Makefile
19 lines
404 B
Makefile
# New ports collection makefile for: xfm
|
|
# Version required: 1.3
|
|
# Date created: 28 December 1994
|
|
# Whom: jc@irbs.com John Capo
|
|
#
|
|
# $Id: Makefile,v 1.4 1995/04/01 12:51:23 jkh Exp $
|
|
#
|
|
|
|
DISTNAME= xfm-1.3
|
|
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>
|