1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-18 08:02:48 +00:00
freebsd-ports/sysutils/xmbmon/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

26 lines
577 B
Makefile

# Ports collection makefile for: xmbmon
# Date created: 2001/08/30
# Whom: kaz@kobe1995.net (NAKAMURA Kauzushi)
#
# $FreeBSD$
#
PORTNAME= xmbmon
PORTREVISION= 8
COMMENT= A X motherboard monitor for LM78/79, W8378x, AS99127F, VT82C686 and ADM9240
MASTERDIR= ${.CURDIR}/../mbmon
USE_X_PREFIX= yes
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"