1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/mail/gtray/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

28 lines
607 B
Makefile

# New ports collection makefile for: gtray
# Date created: 30 June 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= gtray
PORTVERSION= 1.3
PORTREVISION= 2
CATEGORIES= mail gnome
MASTER_SITES= http://gnome-gtray.sourceforge.net/
MAINTAINER= perky@FreeBSD.org
COMMENT= Tray applet that checks your GMail account status
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtktrayicon.so:${PORTSDIR}/x11/ruby-gtktrayicon \
${RUBY_SITEARCHLIBDIR}/gconf2.so:${PORTSDIR}/devel/ruby-gconf2
USE_RUBY= yes
USE_GNOME= gtk20
NO_BUILD= yes
do-configure:
cd ${WRKSRC} && ${SH} configure ${PREFIX}
.include <bsd.port.mk>