2004-06-30 07:05:30 +00:00
|
|
|
# New ports collection makefile for: gtray
|
|
|
|
# Date created: 30 June 2004
|
|
|
|
# Whom: Hye-Shik Chang
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gtray
|
2005-09-10 16:08:53 +00:00
|
|
|
PORTVERSION= 1.3
|
2004-06-30 07:05:30 +00:00
|
|
|
CATEGORIES= mail gnome
|
2005-09-10 16:08:53 +00:00
|
|
|
MASTER_SITES= http://gnome-gtray.sourceforge.net/
|
2004-06-30 07:05:30 +00:00
|
|
|
|
|
|
|
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>
|