summaryrefslogtreecommitdiff
path: root/sysutils/wmlmmon/Makefile
blob: 6fdcda64b46874098214c70329af4d6e3ff31387 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# New ports collection makefile for:	wmlmmon
# Version required:			0.50
# Date created:				24 September 1999
# Whom:					Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#

DISTNAME=	wmlmmon-0.50
CATEGORIES=	sysutils windowmaker
MASTER_SITES=	http://www.fxp.org/~jedgar/

MAINTAINER=	jedgar@fxp.org

LIB_DEPENDS=	Xpm.4:${PORTSDIR}/graphics/xpm

USE_X_PREFIX=	yes

MAN8=		wmlmmon.8
MANCOMPRESSED=	yes

.include <bsd.port.pre.mk>

.if ${OSVERSION} < 400000
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
.endif

.include <bsd.port.post.mk>