freebsd-ports/x11-fm/xfm/Makefile
Dejan Lesjak 10703748eb Remove XAWVER from Xaw3d LIB_DEPENDS re. Xaw3d will be depended upon just
fine without explicit version in there, while specifying it can
occasionally confuse (cf. ports/78527). Packages depend on specific
versions of Xaw3d and X libraries anyway and ports will get the right
version number through imake.
2005-04-10 05:39:56 +00:00

22 lines
427 B
Makefile

# New ports collection makefile for: xfm
# Date created: 28 December 1994
# Whom: jc@irbs.com John Capo
#
# $FreeBSD$
#
PORTNAME= xfm
PORTVERSION= 1.4.3
CATEGORIES= x11-fm
MASTER_SITES= http://www.musikwissenschaft.uni-mainz.de/~ag/xfm/
MAINTAINER= ports@FreeBSD.org
COMMENT= The X File Manager
LIB_DEPENDS= Xaw3d:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
USE_XPM= yes
MAN1= xfm.1 xfmtype.1
.include <bsd.port.mk>