pkgsrc/www/ruby-compass-susy-plugin/Makefile
seb 7497d20d68 Initial import of ruby-compass-susy-plugin version 0.6.3 in the
NetBSD Packages Collection.

Susy is a semantic CSS framework creator entirely native to Compass.
Susy is an expert at fluid grids in an elastic (or fluid, or fixed)
shell that will never activate that bloody side-scroll bar. Susy
sets your width on the outer element (`container`), adds a `max-width`
of `100%` and builds the rest of your grid in percentages. The
philosophy and technique are based on Natalie Downe's "CSS Systems"
- which introduces difficult math in the service of beautiful
structure. With the power of Compass/Sass, Susy will do that math
for you.

Using simple mixins, columns can be created, suffixed, prefixed,
and nested easily - and always in flexible percentages.
2009-11-01 23:44:45 +00:00

17 lines
466 B
Makefile

# $NetBSD: Makefile,v 1.1.1.1 2009/11/01 23:44:45 seb Exp $
DISTNAME= compass-susy-plugin-0.6.3
PKGNAME= ${RUBY_PKGPREFIX}-${DISTNAME}
CATEGORIES= www
MASTER_SITES= http://gemcutter.org/gems/
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://www.oddbird.net/susy/
COMMENT= Compass plugin grid system
GEM_BUILD= gemspec
DEPENDS+= ${RUBY_PKGPREFIX}-compass-[0-9]*:../../www/ruby-compass
.include "../../misc/rubygems/rubygem.mk"
.include "../../mk/bsd.pkg.mk"