2002-08-13 15:14:29 +02:00
|
|
|
# New ports collection makefile for: gkrellmwho
|
|
|
|
# Date Created: 11.August 2002
|
|
|
|
# Whom: Steffen Vogelreuter
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmwho
|
|
|
|
PORTVERSION= 0.4
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 4
|
2002-08-13 15:14:29 +02:00
|
|
|
CATEGORIES= sysutils
|
2006-06-08 03:12:00 +02:00
|
|
|
MASTER_SITES= http://mirror2.unixfreunde.de/ \
|
|
|
|
http://freebsd.unixfreunde.de/sources/
|
2002-08-13 15:14:29 +02:00
|
|
|
|
2006-09-05 11:56:11 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-02-19 00:05:37 +01:00
|
|
|
COMMENT= A plugin that scrolls in a panel a list of currently logged on users
|
2002-08-13 15:14:29 +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/gkrellm/gkrellm.h:${PORTSDIR}/sysutils/gkrellm
|
2002-08-13 15:14:29 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/${DISTNAME:S/_/-/}
|
2002-09-01 17:26:31 +02:00
|
|
|
USE_GNOME= imlib
|
2002-08-13 15:14:29 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
ALL_TARGET= #empty
|
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/gkrellmwho.so \
|
|
|
|
${PREFIX}/libexec/gkrellm/plugins
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|