blob: 8f305c8adb9f48996123997450eaa94088099b04 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
|
# New ports collection makefile for: gtray
# Date created: 30 June 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= gtray
PORTVERSION= 1.3
PORTREVISION= 5
CATEGORIES= mail gnome
MASTER_SITES= http://gnome-gtray.sourceforge.net/
MAINTAINER= ports@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
DEPRECATED= Upcoming ruby-gnome update removes dependencies
EXPIRATION_DATE=2011-11-30
USE_RUBY= yes
USE_GNOME= gtk20
NO_BUILD= yes
do-configure:
cd ${WRKSRC} && ${SH} configure ${PREFIX}
.include <bsd.port.mk>
|