2004-07-12 22:36:35 +02:00
|
|
|
# New ports collection makefile for: gkrellm-trayicons
|
|
|
|
# Date created: Wed Jun 23 14:55:49 CEST 2004
|
|
|
|
# Whom: Tobias Roth <ports@fsck.ch>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= trayicons
|
2005-07-26 14:26:40 +02:00
|
|
|
PORTVERSION= 1.03
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 3
|
2004-07-12 22:36:35 +02:00
|
|
|
CATEGORIES= sysutils
|
|
|
|
MASTER_SITES= http://depot.fsck.ch/mirror/distfiles/ \
|
|
|
|
http://sweb.cz/tripie/gkrellm/trayicons/dist/
|
|
|
|
PKGNAMEPREFIX= gkrellm-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= ports@fsck.ch
|
|
|
|
COMMENT= GKrellM2 plugin to display definable icons as notifiers or launchers
|
|
|
|
|
- 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-12 22:36:35 +02:00
|
|
|
RUN_DEPENDS= gkrellm:${PORTSDIR}/sysutils/gkrellm2
|
|
|
|
|
|
|
|
PLIST_FILES= libexec/gkrellm2/plugins/trayicons.so
|
|
|
|
|
|
|
|
ALL_TARGET= trayicons.so
|
|
|
|
|
2005-07-26 14:26:40 +02:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|$$(CC) $$(FLAGS)|$$(CC) $$(CFLAGS)|g' \
|
|
|
|
${WRKSRC}/Makefile
|
|
|
|
|
2004-07-12 22:36:35 +02:00
|
|
|
do-install:
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${PREFIX}/libexec/gkrellm2/plugins/
|
|
|
|
|
|
|
|
.include <bsd.port.mk>
|