mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
6de40bfe09
PR: ports/85012 Submitted by: Gabor Kovesdan <gabor.kovesdan@t-hosting.hu> Approved by: maintainer timeout (24 days)
27 lines
591 B
Makefile
27 lines
591 B
Makefile
# New ports collection makefile for: gtray
|
|
# Date created: 30 June 2004
|
|
# Whom: Hye-Shik Chang
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= gtray
|
|
PORTVERSION= 1.3
|
|
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>
|