freebsd-ports/sysutils/slmon/Makefile
Ade Lovett 9210b7cb07 Stage 1 of gettext update.
Move gettext (0.10.35) with gettext-old
Update gettext from gettext-devel (0.10.40)
Remove gettext-devel
Fix dependencies

Stage 2 will involve upgraded gettext to 0.11 and fixing issues
Stage 3 involves a de-orbit burn sequence for gettext-old

Reviewed by:	portmgr
2002-03-15 19:44:29 +00:00

35 lines
804 B
Makefile

# ex:ts=8
# New ports collection makefile for: slmon
# Date created: Nov 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= slmon
PORTVERSION= 0.5.6
CATEGORIES= sysutils
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
MAINTAINER= ports@FreeBSD.org
LIB_DEPENDS= slang:${PORTSDIR}/devel/libslang \
gtop:${PORTSDIR}/devel/libgtop \
intl:${PORTSDIR}/devel/gettext-old \
gnugetopt:${PORTSDIR}/devel/libgnugetopt
GNU_CONFIGURE= yes
LIBGTOP_CONFIG= ${LOCALBASE}/bin/libgtop-config
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib -lncurses -lintl -lgnugetopt"
USE_GMAKE= yes
MAN1= slmon.1
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 400010
LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
.endif
.include <bsd.port.post.mk>