3e37ead489
= Launchy Changlog == Version 0.4.0 - 2011-01-27 * Add support for file:/// schema (postmodern)
16 lines
413 B
Makefile
16 lines
413 B
Makefile
# $NetBSD: Makefile,v 1.4 2011/06/19 01:49:27 taca Exp $
|
|
|
|
DISTNAME= launchy-0.4.0
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://copiousfreetime.rubyforge.org/launchy/
|
|
COMMENT= Ruby class for launching applications
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-configuration>=0.0.5:../../misc/ruby-configuration
|
|
|
|
USE_RAKE= YES
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|