2004-03-01 00:28:23 +01:00
|
|
|
# New ports collection makefile for: kcube
|
|
|
|
# Date created: 05 January 2004
|
|
|
|
# Whom: Michael Ranner
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= kcube
|
|
|
|
PORTVERSION= 0.61
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 6
|
2004-03-01 00:28:23 +01:00
|
|
|
CATEGORIES= sysutils kde
|
|
|
|
MASTER_SITES= http://www.tuxed.de/kcube/download/
|
|
|
|
|
2009-03-20 18:49:26 +01:00
|
|
|
MAINTAINER= michael@ranner.eu
|
2004-03-01 00:28:23 +01:00
|
|
|
COMMENT= Another cpu load kicker applet for KDE
|
|
|
|
|
|
|
|
USE_KDELIBS_VER=3
|
2006-02-23 11:40:44 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2004-03-01 00:28:23 +01:00
|
|
|
USE_GMAKE= yes
|
- 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
|
|
|
USE_LDCONFIG= yes
|
2004-03-01 00:28:23 +01:00
|
|
|
|
|
|
|
post-patch:
|
2004-06-22 21:42:06 +02:00
|
|
|
@${REINPLACE_CMD} -e 's|-O2||g' -e 's|-lpthread|${PTHREAD_LIBS}|g' \
|
|
|
|
${WRKSRC}/${CONFIGURE_SCRIPT}
|
2004-03-01 00:28:23 +01:00
|
|
|
|
2004-06-22 21:42:06 +02:00
|
|
|
.include <bsd.port.mk>
|