2013-06-17 17:27:58 +02:00
|
|
|
# Created by: Patrick Li <pat@databits.net>
|
2001-08-27 18:52:36 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= gkrellflynn
|
2007-01-09 23:25:58 +01:00
|
|
|
PORTVERSION= 0.8
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 8
|
2001-08-27 18:52:36 +02:00
|
|
|
CATEGORIES= sysutils
|
2009-07-28 18:34:36 +02:00
|
|
|
MASTER_SITES= http://mirror.amdmi3.ru/distfiles/ \
|
2008-03-20 21:15:09 +01:00
|
|
|
http://horus.comlab.uni-rostock.de/flynn/
|
2001-08-27 18:52:36 +02:00
|
|
|
|
2008-06-19 19:28:24 +02:00
|
|
|
MAINTAINER= amdmi3@FreeBSD.org
|
2007-01-09 23:25:58 +01:00
|
|
|
COMMENT= A tiny system load meter for gkrellm
|
2001-08-27 18:52:36 +02: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
|
2007-01-09 23:25:58 +01:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
2001-08-27 18:52:36 +02:00
|
|
|
|
2007-01-09 23:25:58 +01:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/gkrellflynn.so
|
|
|
|
USE_GNOME= gtk20
|
2007-01-17 09:29:40 +01:00
|
|
|
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS} -c -fPIC"
|
2001-08-27 18:52:36 +02:00
|
|
|
ALL_TARGET= ${PORTNAME}.so
|
|
|
|
|
2007-01-09 23:25:58 +01:00
|
|
|
CFLAGS+= `pkg-config --cflags gtk+-2.0 gthread-2.0` \
|
- 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
|
|
|
-I${LOCALBASE}/include -DGKRELLM2
|
2007-01-09 23:25:58 +01:00
|
|
|
|
2001-08-27 18:52:36 +02:00
|
|
|
do-install:
|
2007-01-09 23:25:58 +01:00
|
|
|
${INSTALL_PROGRAM} ${WRKSRC}/gkrellflynn.so \
|
|
|
|
${PREFIX}/libexec/gkrellm2/plugins
|
2001-08-27 18:52:36 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|