summaryrefslogtreecommitdiff
path: root/misc/ruby-launchy/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'misc/ruby-launchy/Makefile')
-rw-r--r--misc/ruby-launchy/Makefile14
1 files changed, 14 insertions, 0 deletions
diff --git a/misc/ruby-launchy/Makefile b/misc/ruby-launchy/Makefile
new file mode 100644
index 00000000000..f52cc292a19
--- /dev/null
+++ b/misc/ruby-launchy/Makefile
@@ -0,0 +1,14 @@
+# $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"