freebsd-ports/sysutils/slmon/Makefile
Pete Fritchman b8dc952e1f - update to 0.5.12
- use USE_GETOPT_LONG

PR:		51386
Submitted by:	Ports Fury
2003-05-18 19:43:26 +00:00

37 lines
744 B
Makefile

# ex:ts=8
# New ports collection makefile for: slmon
# Date created: Nov 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= slmon
PORTVERSION= 0.5.12
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
COMMENT= S-Lang System Monitor
LIB_DEPENDS= gtop-2.0.2:${PORTSDIR}/devel/libgtop2 \
slang.1:${PORTSDIR}/devel/libslang
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}" LDFLAGS="${LDFLAGS}"
MAN1= slmon.1
CPPFLAGS= -I${LOCALBASE}/include
LDFLAGS= -L${LOCALBASE}/lib -lncurses
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
.endif
.include <bsd.port.post.mk>