1999-09-27 17:20:05 +00:00
|
|
|
# New ports collection makefile for: wmlmmon
|
1999-09-28 19:31:44 +00:00
|
|
|
# Version required: 0.52
|
1999-09-27 17:20:05 +00:00
|
|
|
# Date created: 24 September 1999
|
|
|
|
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
1999-09-28 19:31:44 +00:00
|
|
|
DISTNAME= wmlmmon-0.52
|
1999-09-27 17:20:05 +00:00
|
|
|
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
|
1999-09-27 17:39:42 +00:00
|
|
|
BROKEN="This port uses the intpm controller which is only available in FreeBSD 4.0+"
|
1999-09-27 17:20:05 +00:00
|
|
|
.endif
|
|
|
|
|
1999-09-27 17:38:51 +00:00
|
|
|
.include <bsd.port.post.mk>
|