103ec37cf4
Launchy is helper class for launching cross-platform applications in a fire and forget manner. There are application concepts (browser, email client, etc.) that are common across all platforms, and they may be launched differently on each platform. Launchy is here to make a common approach to launching external application from within Ruby programs.
14 lines
376 B
Makefile
14 lines
376 B
Makefile
# $NetBSD: Makefile,v 1.1.1.1 2008/04/04 15:20:05 jlam Exp $
|
|
|
|
DISTNAME= launchy-0.3.1
|
|
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/
|
|
COMMENT= Ruby class for launching applications
|
|
|
|
GEM_BUILD= gemspec
|
|
|
|
.include "../../misc/rubygems/rubygem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|