aboutsummaryrefslogtreecommitdiff
path: root/misc/gkrellmfmonitor2/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/gkrellmfmonitor2/Makefile')
-rw-r--r--misc/gkrellmfmonitor2/Makefile37
1 files changed, 0 insertions, 37 deletions
diff --git a/misc/gkrellmfmonitor2/Makefile b/misc/gkrellmfmonitor2/Makefile
deleted file mode 100644
index c7f5e8d0e5ef..000000000000
--- a/misc/gkrellmfmonitor2/Makefile
+++ /dev/null
@@ -1,37 +0,0 @@
-# New ports collection makefile for: gkrellmfmonitor2
-# Date Created: 24 Nov 2002
-# Whom: Jean-Yves Lefort <jylefort@brutele.be>
-#
-# $FreeBSD$
-# $Id: Makefile,v 1.2 2002/11/24 02:30:34 jylefort Exp $
-#
-
-PORTNAME= gkrellmfmonitor
-PORTVERSION= 2.0.4
-PORTREVISION= 7
-CATEGORIES= misc
-MASTER_SITES= http://makovick.googlepages.com/
-DISTNAME= gkrellm-fmonitor-${PORTVERSION}
-EXTRACT_SUFX= .tgz
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= GKrellM FMonitor plugin
-
-DEPRECATED= Look like an abandonware, no more public distifles
-EXPIRATION_DATE= 2011-08-01
-
-BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
-RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
-
-LATEST_LINK= gkrellmfmonitor2
-
-MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC"
-ALL_TARGET= fmonitor.so
-
-PLIST_FILES= libexec/gkrellm2/plugins/fmonitor.so
-
-do-install:
- @${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins
- ${INSTALL_DATA} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm2/plugins
-
-.include <bsd.port.mk>