1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-24 00:45:52 +00:00
freebsd-ports/sysutils/wmlmmon/Makefile
Martin Wilke 98c2b3db47 - Respect X11BASE
PR:		ports/105877
Submitted by:	trasz
2006-11-27 13:40:17 +00:00

29 lines
625 B
Makefile

# New ports collection makefile for: wmlmmon
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
PORTNAME= wmlmmon
PORTVERSION= 0.60
CATEGORIES= sysutils windowmaker
MASTER_SITES= http://www.fxp.org/~jedgar/wmlmmon/
MAINTAINER= ports@FreeBSD.org
COMMENT= WM dock app to display info from MB power management controllers
ONLY_FOR_ARCHS= i386
USE_X_PREFIX= yes
USE_XPM= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-xpm-includes=${X11BASE}/include \
--with-xpm-libraries=${X11BASE}/lib
MAN8= wmlmmon.8
MANCOMPRESSED= yes
PLIST_FILES= bin/wmlmmon
.include <bsd.port.mk>