aboutsummaryrefslogtreecommitdiffstats
path: root/sysutils/slmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/slmon/Makefile')
-rw-r--r--sysutils/slmon/Makefile14
1 files changed, 6 insertions, 8 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
index ab7d2bd06c7f..c10eb43d410a 100644
--- a/sysutils/slmon/Makefile
+++ b/sysutils/slmon/Makefile
@@ -7,24 +7,22 @@
#
PORTNAME= slmon
-PORTVERSION= 0.5.9
-PORTREVISION= 1
+PORTVERSION= 0.5.11
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
-LIB_DEPENDS= slang.1:${PORTSDIR}/devel/libslang \
+LIB_DEPENDS= intl.4:${PORTSDIR}/devel/gettext \
+ gnugetopt.1:${PORTSDIR}/devel/libgnugetopt \
gtop.1:${PORTSDIR}/devel/libgtop \
- intl.4:${PORTSDIR}/devel/gettext \
- gnugetopt.1:${PORTSDIR}/devel/libgnugetopt
+ slang.1:${PORTSDIR}/devel/libslang
+USE_GMAKE= yes
GNU_CONFIGURE= yes
-LIBGTOP_CONFIG= ${LOCALBASE}/bin/libgtop-config
-CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
+CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lncurses -lintl -lgnugetopt"
-USE_GMAKE= yes
MAN1= slmon.1
.include <bsd.port.pre.mk>