2002-11-24 05:01:45 +01:00
|
|
|
# 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
|
2005-01-16 11:20:08 +01:00
|
|
|
PORTVERSION= 2.0.4
|
2010-03-28 08:47:48 +02:00
|
|
|
PORTREVISION= 7
|
2002-11-24 05:01:45 +01:00
|
|
|
CATEGORIES= misc
|
2008-06-18 19:52:00 +02:00
|
|
|
MASTER_SITES= http://makovick.googlepages.com/
|
2002-11-24 05:01:45 +01:00
|
|
|
DISTNAME= gkrellm-fmonitor-${PORTVERSION}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2003-10-26 22:20:02 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-21 13:51:06 +01:00
|
|
|
COMMENT= GKrellM FMonitor plugin
|
2002-11-24 05:01:45 +01:00
|
|
|
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/gkrellm2/gkrellm.h:${PORTSDIR}/sysutils/gkrellm2
|
2002-11-24 05:01:45 +01:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
2004-02-07 17:29:17 +01:00
|
|
|
LATEST_LINK= gkrellmfmonitor2
|
|
|
|
|
2005-01-24 08:55:03 +01:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -fPIC"
|
2005-01-16 11:20:08 +01:00
|
|
|
ALL_TARGET= fmonitor.so
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/fmonitor.so
|
2002-11-24 05:01:45 +01:00
|
|
|
|
2005-01-16 11:20:08 +01:00
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/fmonitor.so ${PREFIX}/libexec/gkrellm2/plugins
|
2002-11-24 05:01:45 +01:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|