249dd40841
a small tray application that notifies when you've got a mail on your gmail account.
27 lines
597 B
Makefile
27 lines
597 B
Makefile
# New ports collection makefile for: gtray
|
|
# Date created: 30 June 2004
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtray
|
|
PORTVERSION= 1.1
|
|
CATEGORIES= mail gnome
|
|
MASTER_SITES= http://fraggle.alkali.org/projects/gtray/
|
|
|
|
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>
|