842e2780ce
## Version 2.4.3 - 2014-11-03 * Update documentation - <https://github.com/copiousfreetime/launchy/pull/81> - supremebeing7 * Fix launching of `exo-open` for XFCE - <https://github.com/copiousfreetime/launchy/issues/82> - dsandstrom * Add iceweasel as a fallback browser - <https://github.com/copiousfreetime/launchy/pull/92> - jackturnbull * Reopen $stderr in really bad situation - <https://github.com/copiousfreetime/launchy/pull/77> - infertux
17 lines
427 B
Makefile
17 lines
427 B
Makefile
# $NetBSD: Makefile,v 1.13 2015/02/04 15:27:06 taca Exp $
|
|
|
|
DISTNAME= launchy-2.4.3
|
|
CATEGORIES= misc
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= https://github.com/copiousfreetime/launchy
|
|
COMMENT= Ruby class for launching applications
|
|
LICENSE= isc
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-addressable>=2.3<3:../../net/ruby-addressable
|
|
|
|
USE_RAKE= YES
|
|
RUBY_RDOC_REQD= 3.12
|
|
|
|
.include "../../lang/ruby/gem.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|