freebsd-ports/sysutils/xmbmon/Makefile
Martin Wilke 06aa815303 - Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Bump PORTREVISION

Approved by:	portmgr (xorg cleanup)
2008-03-23 23:03:18 +00:00

25 lines
576 B
Makefile

# Ports collection makefile for: xmbmon
# Date created: 2001/08/30
# Whom: kaz@kobe1995.net (NAKAMURA Kauzushi)
#
# $FreeBSD$
#
PORTNAME= xmbmon
PORTREVISION= 9
COMMENT= A X motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240
MASTERDIR= ${.CURDIR}/../mbmon
USE_XORG= x11 xt
EXTRA_PATCHES= ${.CURDIR}/files/patch-*
PLIST_FILES= lib/X11/app-defaults/XMBmon
MAN1= xmbmon.1x
post-install:
${MKDIR} ${PREFIX}/lib/X11/app-defaults
${INSTALL_DATA} ${WRKSRC}/xmbmon.resources ${PREFIX}/lib/X11/app-defaults/XMBmon
.include "${MASTERDIR}/Makefile"