freebsd-ports/sysutils/slmon/Makefile
Jeremy Messenger c97b5b3ca3 devel/libgtop2 -> devel/libgtop
Rename this ports to use the real vendor package name. The advantage of this
is to allow our users' keyword search works and easier for users to file the
Bugzilla report when they use our name of ports. Debian, Gentoo, NetBSD and
other OSs have the correct package name, but not in our ports tree.

My team, FreeBSD GNOME Team, have agreed with it.

As for other ports, chase the rename.
2006-05-28 05:04:56 +00:00

41 lines
852 B
Makefile

# ex:ts=8
# New ports collection makefile for: slmon
# Date created: Nov 13, 2001
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= slmon
PORTVERSION= 0.5.13
PORTREVISION= 3
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.7:${PORTSDIR}/devel/libgtop \
slang.1:${PORTSDIR}/devel/libslang
USE_GETOPT_LONG= yes
USE_GMAKE= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${MACHINE_ARCH}-portbld-freebsd${OSREL}
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} < 400010
LIB_DEPENDS+= ncurses:${PORTSDIR}/devel/ncurses
.endif
.include <bsd.port.post.mk>