Bug 27248

Summary: new port: deskutils/gemcal
Product: Ports & Packages Reporter: yoichi <yoichi>
Component: Individual Port(s)Assignee: freebsd-ports (Nobody) <ports>
Status: Closed FIXED    
Severity: Affects Only Me CC: yoichi
Priority: Normal    
Version: Latest   
Hardware: Any   
OS: Any   
Attachments:
Description Flags
file.shar none

Description yoichi 2001-05-10 16:20:01 UTC
gemcal is an X11 calendar program.
It can handle mhc (ports/deskutils/mhc-*) compatible data.
Comment 1 yoichi 2001-05-10 17:49:14 UTC
Sorry, I forget to consider dependency.
gemcal requires ruby-gtk.

diff -u -r1.9 -r1.10
--- Makefile	2001/05/10 15:03:16	1.9
+++ Makefile	2001/05/10 16:44:01	1.10
@@ -15,6 +15,8 @@
 
 USE_RUBY=	yes
 
+RUN_DEPENDS+=	${RUBY_SITELIBDIR}/gtkcompat.rb:${PORTSDIR}/x11-toolkits/ruby-gtk
+
 do-build:
 	@(cd ${BUILD_WRKSRC}; ${RUBY} configure.rb --disable-palm --with-icondir=${PREFIX}/share/gemcal/xpm)
 do-install:
Comment 2 Will Andrews freebsd_committer freebsd_triage 2001-05-20 04:21:26 UTC
State Changed
From-To: open->closed

Committed, thanks.