2003-10-06 06:09:46 +02:00
|
|
|
# New ports collection makefile for: gkrellm-wireless
|
|
|
|
# Date Created: 17 Mar 2003
|
|
|
|
# Whom: KT Sin <ktsin@acm.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gkrellmwireless
|
|
|
|
PORTVERSION= 2.0.2
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 13
|
2003-10-06 06:09:46 +02:00
|
|
|
CATEGORIES= net
|
|
|
|
MASTER_SITES= http://gkrellm.luon.net/files/
|
|
|
|
|
|
|
|
MAINTAINER= ktsin@acm.org
|
|
|
|
COMMENT= GKrellM wireless plugin
|
|
|
|
|
- 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
|
2003-10-06 06:09:46 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
WRKSRC= ${WRKDIR}/gkrellmwireless
|
|
|
|
|
2008-03-24 14:03:55 +01:00
|
|
|
USE_XORG= x11
|
2003-10-06 06:09:46 +02:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2007-10-27 09:36:52 +02:00
|
|
|
.include <bsd.port.mk>
|