summaryrefslogtreecommitdiffstats
path: root/sysutils/slmon/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'sysutils/slmon/Makefile')
-rw-r--r--sysutils/slmon/Makefile40
1 files changed, 0 insertions, 40 deletions
diff --git a/sysutils/slmon/Makefile b/sysutils/slmon/Makefile
deleted file mode 100644
index 7ecc07d14..000000000
--- a/sysutils/slmon/Makefile
+++ /dev/null
@@ -1,40 +0,0 @@
-# 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/libgtop2 \
- 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>