aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/slmon/Makefile
blob: abc640e558731b88cf3ed5054ae1dffed9f64286 (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
29
30
31
32
33
34
35
36
37
38
39
# ex:ts=8
# New ports collection makefile for:    slmon
# Date created:         Nov 13, 2001
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   slmon
PORTVERSION=    0.5.13
PORTREVISION=   6
CATEGORIES= sysutils
MASTER_SITES=   SF/${PORTNAME}/SLmon/${PORTVERSION}

MAINTAINER= ports@FreeBSD.org
COMMENT=    S-Lang System Monitor

LIB_DEPENDS=    gtop-2.0.7:${PORTSDIR}/devel/libgtop \
        slang.2:${PORTSDIR}/devel/libslang2

MAKE_JOBS_SAFE= yes

USE_GMAKE=  yes
GNU_CONFIGURE=  yes
CONFIGURE_ENV=  CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"

MAN1=       slmon.1
PLIST_FILES=    bin/slmon

CPPFLAGS=   -I${LOCALBASE}/include
LDFLAGS=    -L${LOCALBASE}/lib -lncurses -lm

.include <bsd.port.pre.mk>

.if ${OSVERSION} > 900007
BROKEN=     fails to build with new utmpx
.endif

.include <bsd.port.post.mk>