2020-05-07 11:19:16 +02:00
|
|
|
# $NetBSD: Makefile,v 1.18 2020/05/07 09:19:16 adam Exp $
|
2015-12-30 18:40:29 +01:00
|
|
|
|
2020-05-07 11:19:16 +02:00
|
|
|
DISTNAME= libsass-3.6.4
|
2015-12-30 18:40:29 +01:00
|
|
|
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
|
|
|
|
|
2017-06-13 14:44:06 +02:00
|
|
|
PKGCONFIG_OVERRIDE= src/support/libsass.pc.in
|
|
|
|
|
2015-12-30 18:40:29 +01:00
|
|
|
pre-configure:
|
2019-06-17 21:45:08 +02:00
|
|
|
${RUN} cd ${WRKSRC}; libtoolize -c -f; \
|
2015-12-30 18:40:29 +01:00
|
|
|
aclocal; autoheader; automake -a --foreign -i; autoconf
|
|
|
|
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|