mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-27 05:10:36 +00:00
3e4ed01146
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
24 lines
444 B
Makefile
24 lines
444 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
|
|
PORTREVISION= 1
|
|
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_XORG= xpm
|
|
MAN1= xfm.1 xfmtype.1
|
|
|
|
.include <bsd.port.mk>
|