freebsd-ports/x11-fm/xfm/Makefile
Satoshi Asami 1b21980287 Use ${XAWVER} for Xaw3d's shlib version number in LIB_DEPENDS so these ports
work with both XFree86-3 and XFree86-4.
2000-09-05 18:34:52 +00:00

22 lines
403 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.2
CATEGORIES= x11-fm
MASTER_SITES= ftp://ftp.uni-koeln.de/windows/xcontrib/
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= Xaw3d.${XAWVER}:${PORTSDIR}/x11-toolkits/Xaw3d
USE_IMAKE= yes
USE_XPM= yes
MAN1= xfm.1 xfmtype.1
.include <bsd.port.mk>