freebsd-ports/sysutils/slmon/Makefile
Alex Kozlov d4041784dc - Remove MAKE_JOBS_SAFE variable
Approved by:	portmgr (bdrewery)
2013-08-14 22:35:50 +00:00

38 lines
706 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= slmon
PORTVERSION= 0.5.13
PORTREVISION= 7
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
BROKEN= Does not build
USE_GMAKE= yes
GNU_CONFIGURE= yes
MAN1= slmon.1
PLIST_FILES= bin/slmon
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib -lncurses -lm
.include <bsd.port.pre.mk>
# For gmake>=3.82
post-patch:
@${REINPLACE_CMD} -e 's/^ */ /' ${WRKSRC}/Makefile.in
.if ${OSVERSION} > 900007
BROKEN= fails to build with new utmpx
.endif
.include <bsd.port.post.mk>