2013-09-10 23:31:33 +02:00
|
|
|
# Created by: Tobias Roth <ports@fsck.ch>
|
2004-07-12 22:36:35 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= trayicons
|
2005-07-26 14:26:40 +02:00
|
|
|
PORTVERSION= 1.03
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 7
|
2004-07-12 22:36:35 +02:00
|
|
|
CATEGORIES= sysutils
|
2011-08-02 18:22:15 +02:00
|
|
|
MASTER_SITES= http://tripie.sweb.cz/gkrellm/trayicons/dist/
|
2004-07-12 22:36:35 +02:00
|
|
|
PKGNAMEPREFIX= gkrellm-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
2010-09-28 07:42:14 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-07-12 22:36:35 +02:00
|
|
|
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
|
|
|
|
|
2013-09-10 23:31:33 +02:00
|
|
|
USES= pkgconfig
|
2004-07-12 22:36:35 +02:00
|
|
|
|
|
|
|
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:
|
2013-11-14 02:21:37 +01:00
|
|
|
@${MKDIR} ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins
|
|
|
|
@${INSTALL_PROGRAM} ${WRKSRC}/${PORTNAME}.so ${STAGEDIR}${PREFIX}/libexec/gkrellm2/plugins/
|
2004-07-12 22:36:35 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|