blob: f2fca28c55c46bf3baf42c55a23bbc01a2ea22a2 (
plain)
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
29
30
31
32
33
34
|
# New ports collection makefile for: wmlmmon
# Version required: 0.55
# Date created: 24 September 1999
# Whom: Chris D. Faulhaber <jedgar@fxp.org>
#
# $FreeBSD$
#
DISTNAME= wmlmmon-0.55
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
pre-configure:
.if !defined (IO_ONLY)
@${ECHO}
@${ECHO} "Define IO_ONLY (make IO_ONLY=yes) to build with"
@${ECHO} "/dev/io support only."
@${ECHO}
.else
@${ECHO}
@${ECHO} "Building with only /dev/io interface support.
@${ECHO}
.endif
.include <bsd.port.mk>
|