pkgsrc/www/sassc/Makefile
adam a319907e00 Changes 3.4.0:
Over the last couple years we've worked very closely with the Ruby Sass team to
reach Sass 3.4 compatibility.

It's become clear that need to draw a line in sand with exactly how exactly
we can match Sass 3.4, especially in the face of changes in Sass 3.5.

With this release the LibSass team is marking the completion of active
development on Sass 3.4 compatibility. From today we'll focus our efforts on
Sass 3.5 compatibility, first prioritising CSS compatibility features like
support for CSS custom property and CSS grids.
2016-12-16 11:49:16 +00:00

22 lines
567 B
Makefile

# $NetBSD: Makefile,v 1.5 2016/12/16 11:49:16 adam Exp $
DISTNAME= sassc-3.4.0
CATEGORIES= www devel
MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/}
MAINTAINER= adam@NetBSD.org
HOMEPAGE= http://sass-lang.com/libsass/
COMMENT= Wrapper around libsass
LICENSE= mit
USE_LANGUAGES= c c++
USE_LIBTOOL= yes
USE_TOOLS+= aclocal autoheader autoconf automake gmake
GNU_CONFIGURE= yes
pre-configure:
set -e; cd ${WRKSRC}; libtoolize -c -f; \
aclocal; autoheader; automake -a --foreign -i; autoconf
.include "../../www/libsass/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"