bf4889749b
3.5.5 Vroom vroom: Breaking Revert changes to raw CSS @imports Deprecations Add deprecation messages for colour arithmetic Features Support hex colors with alpha channels Add a sass_option_push_import_extension C-API Fixes Fix segfault in handling modulo operator Fix handling of unclosed interpolant in url Fix possible bug with handling empty reference combinators Fix -Wmissing-declarations for gcc < 7
24 lines
614 B
Makefile
24 lines
614 B
Makefile
# $NetBSD: Makefile,v 1.12 2018/11/12 07:24:46 adam Exp $
|
|
|
|
DISTNAME= libsass-3.5.5
|
|
CATEGORIES= www devel
|
|
MASTER_SITES= ${MASTER_SITE_GITHUB:=sass/}
|
|
|
|
MAINTAINER= adam@NetBSD.org
|
|
HOMEPAGE= http://sass-lang.com/libsass/
|
|
COMMENT= C/C++ port of the Sass CSS precompiler
|
|
LICENSE= mit
|
|
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= aclocal autoheader autoconf automake gmake
|
|
GNU_CONFIGURE= yes
|
|
MAKE_FILE= GNUmakefile
|
|
|
|
PKGCONFIG_OVERRIDE= src/support/libsass.pc.in
|
|
|
|
pre-configure:
|
|
set -e; cd ${WRKSRC}; libtoolize -c -f; \
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|