SassC is a wrapper around libsass used to generate a useful command-line
application that can be installed and packaged for several operating systems.
This commit is contained in:
parent
956e7c8f8f
commit
53cf914f12
4 changed files with 32 additions and 0 deletions
2
www/sassc/DESCR
Normal file
2
www/sassc/DESCR
Normal file
|
@ -0,0 +1,2 @@
|
|||
SassC is a wrapper around libsass used to generate a useful command-line
|
||||
application that can be installed and packaged for several operating systems.
|
22
www/sassc/Makefile
Normal file
22
www/sassc/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/12/30 17:40:49 adam Exp $
|
||||
|
||||
DISTNAME= sassc-3.3.2
|
||||
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"
|
2
www/sassc/PLIST
Normal file
2
www/sassc/PLIST
Normal file
|
@ -0,0 +1,2 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/12/30 17:40:49 adam Exp $
|
||||
bin/sassc
|
6
www/sassc/distinfo
Normal file
6
www/sassc/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/12/30 17:40:49 adam Exp $
|
||||
|
||||
SHA1 (sassc-3.3.2.tar.gz) = 5f1d5b3877c9ec1f6980cf9e8113f36016e63b6a
|
||||
RMD160 (sassc-3.3.2.tar.gz) = 9fa1be5bdf07d89a21367d79f4d0ccfd5616c137
|
||||
SHA512 (sassc-3.3.2.tar.gz) = 645125e3d8a481842f42c955fef77cb0eabe9b019abb905bb3c4a7db7d7911cb0911cc07a1a6c933fba143042a305cb3ff283d280253c9db4127cd15ac38a96f
|
||||
Size (sassc-3.3.2.tar.gz) = 21974 bytes
|
Loading…
Reference in a new issue