2004-07-18 00:26:50 +02:00
|
|
|
# New ports collection makefile for: gkrellfire
|
|
|
|
# Date created: 2004-07-16
|
|
|
|
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellfire
|
2008-06-24 05:40:11 +02:00
|
|
|
PORTVERSION= 0.4.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 4
|
2004-07-18 00:26:50 +02:00
|
|
|
CATEGORIES= sysutils
|
2008-06-24 05:40:11 +02:00
|
|
|
MASTER_SITES= http://freenet-homepage.de/thomas-steinke/ \
|
2005-05-10 07:30:15 +02:00
|
|
|
${MASTER_SITE_LOCAL}
|
|
|
|
MASTER_SITE_SUBDIR= novel
|
2004-07-18 00:26:50 +02:00
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2005-03-08 08:38:35 +01:00
|
|
|
MAINTAINER= novel@FreeBSD.org
|
2004-07-18 00:26:50 +02:00
|
|
|
COMMENT= Gkrellm2 plugin which shows the system load as a flame
|
|
|
|
|
- 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
|
2004-07-18 00:26:50 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
2004-08-16 10:55:20 +02:00
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/${PORTNAME}.so
|
|
|
|
USE_GMAKE= yes
|
2004-08-21 11:43:28 +02:00
|
|
|
MAKE_ARGS= CC="${CC}"
|
2004-07-18 00:26:50 +02:00
|
|
|
|
|
|
|
do-install:
|
2004-08-16 10:55:20 +02:00
|
|
|
${INSTALL_DATA} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/
|
2004-07-18 00:26:50 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|