2015-04-16 12:59:42 +02:00
|
|
|
# $NetBSD: Makefile,v 1.10 2015/04/16 10:59:42 jperkin Exp $
|
2009-10-31 20:40:17 +01:00
|
|
|
|
2015-03-13 17:39:35 +01:00
|
|
|
DISTNAME= compass-1.0.3
|
2009-10-31 20:40:17 +01:00
|
|
|
CATEGORIES= www
|
|
|
|
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
|
|
HOMEPAGE= http://compass-style.org/
|
|
|
|
COMMENT= Stylesheet authoring framework based on Sass
|
2010-09-10 14:58:46 +02:00
|
|
|
LICENSE= mit
|
2009-10-31 20:40:17 +01:00
|
|
|
|
2012-03-20 15:00:28 +01:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-chunky_png>=1.2<2:../../graphics/ruby-chunky_png
|
2015-03-13 17:39:35 +01:00
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-compass-core>=1.0.2<1.1:../../www/ruby-compass-core
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-compass-import-once>=1.0.5<1.1:../../www/ruby-compass-import-once
|
|
|
|
#DEPENDS+= ${RUBY_PKGPREFIX}-rb-fsevent>=0.9.3:../../sysutils/ruby-rb-fsevent
|
|
|
|
DEPENDS+= ${RUBY_PKGPREFIX}-rb-inotify>=0.9:../../sysutils/ruby-rb-inotify
|
2009-10-31 20:40:17 +01:00
|
|
|
|
2015-03-13 17:39:35 +01:00
|
|
|
OVERRIDE_GEMSPEC+= rb-fsevent:
|
|
|
|
RUBYGEM_OPTIONS+= --format-executable
|
2009-10-31 20:40:17 +01:00
|
|
|
|
2010-09-10 14:58:46 +02:00
|
|
|
.include "../../lang/ruby/gem.mk"
|
2009-10-31 20:40:17 +01:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|