1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-11 02:50:24 +00:00
freebsd-ports/x11/ruby-gtktrayicon/Makefile
Jeremy Messenger 39c13e2d3c - Take the maintainership.
- Add install the example and doc files.
- Remove the DEPRECATED/EXPIRATION_DATE. It's ruby's fault that need to add
  -pthread. Current, this port works perfect for me when I hack in ruby by add
  -pthread in the LDFLAGS and reinstall it. [1]

Ok'ed by:	kris [1]
2005-01-12 00:11:19 +00:00

45 lines
1.0 KiB
Makefile

# New ports collection makefile for: ruby-gtktrayicon
# Date created: 29 June 2004
# Whom: Hye-Shik Chang
#
# $FreeBSD$
#
PORTNAME= gtktrayicon
PORTVERSION= 0.1.0
PORTREVISION= 1
CATEGORIES= x11 gnome ruby
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ruby-gnome2
PKGNAMEPREFIX= ${RUBY_PKGNAMEPREFIX}
DISTNAME= ruby-gtktrayicon-${PORTVERSION}
DIST_SUBDIR= ruby
MAINTAINER= mezz@FreeBSD.org
COMMENT= Ruby binding for GtkTrayIcon
BUILD_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
RUN_DEPENDS= ${RUBY_SITEARCHLIBDIR}/gtk2.so:${PORTSDIR}/x11-toolkits/ruby-gtk2
BROKEN= "Configure fails"
USE_RUBY= yes
USE_GNOME= gtk20
USE_RUBY_EXTCONF= yes
INSTALL_TARGET= site-install
DOCS= COPYING.LIB ChangeLog NEWS README
post-install:
.if !defined(NOPORTDOCS)
@${MKDIR} ${RUBY_MODEXAMPLESDIR}
@${INSTALL_DATA} ${WRKSRC}/sample/* ${RUBY_MODEXAMPLESDIR}/
@${MKDIR} ${RUBY_MODDOCDIR}
.for f in ${DOCS}
@${INSTALL_DATA} ${WRKSRC}/${f} ${RUBY_MODDOCDIR}/
.endfor
.endif
.include <bsd.port.mk>