1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/sysutils/xmbmon/Makefile
Carlo Strub a9f85911cd Fix typos and make small modifications in COMMENT (according to Porter's
Handbook)

Approved by:	portmgr@ (implicit)
2012-08-03 15:54:35 +00:00

26 lines
575 B
Makefile

# Ports collection makefile for: xmbmon
# Date created: 2001/08/30
# Whom: kaz@kobe1995.net (NAKAMURA Kauzushi)
#
# $FreeBSD$
#
PORTNAME= xmbmon
PORTREVISION= 9
COMMENT= 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"