e96e2cf527
Fix failed assertions not being set to stderr Fix version not working when compiled with Visual Studio Fix poor handling of UTF-8 characters in paths
22 lines
567 B
Makefile
22 lines
567 B
Makefile
# $NetBSD: Makefile,v 1.2 2016/03/13 18:16:13 adam Exp $
|
|
|
|
DISTNAME= sassc-3.3.3
|
|
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"
|