LibSass is a C/C++ port of the Sass CSS precompiler. The original version was
written in Ruby, but this version is meant for efficiency and portability. This library strives to be light, simple, and easy to build and integrate with a variety of platforms and languages.
This commit is contained in:
parent
d0f407316b
commit
956e7c8f8f
5 changed files with 55 additions and 0 deletions
5
www/libsass/DESCR
Normal file
5
www/libsass/DESCR
Normal file
|
@ -0,0 +1,5 @@
|
|||
LibSass is a C/C++ port of the Sass CSS precompiler. The original version was
|
||||
written in Ruby, but this version is meant for efficiency and portability.
|
||||
|
||||
This library strives to be light, simple, and easy to build and integrate with
|
||||
a variety of platforms and languages.
|
22
www/libsass/Makefile
Normal file
22
www/libsass/Makefile
Normal file
|
@ -0,0 +1,22 @@
|
|||
# $NetBSD: Makefile,v 1.1 2015/12/30 17:40:29 adam Exp $
|
||||
|
||||
DISTNAME= libsass-3.3.2
|
||||
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
|
||||
|
||||
pre-configure:
|
||||
set -e; cd ${WRKSRC}; libtoolize -c -f; \
|
||||
aclocal; autoheader; automake -a --foreign -i; autoconf
|
||||
|
||||
.include "../../mk/bsd.pkg.mk"
|
10
www/libsass/PLIST
Normal file
10
www/libsass/PLIST
Normal file
|
@ -0,0 +1,10 @@
|
|||
@comment $NetBSD: PLIST,v 1.1 2015/12/30 17:40:29 adam Exp $
|
||||
include/sass.h
|
||||
include/sass/base.h
|
||||
include/sass/context.h
|
||||
include/sass/functions.h
|
||||
include/sass/values.h
|
||||
include/sass/version.h
|
||||
include/sass2scss.h
|
||||
lib/libsass.la
|
||||
lib/pkgconfig/libsass.pc
|
12
www/libsass/buildlink3.mk
Normal file
12
www/libsass/buildlink3.mk
Normal file
|
@ -0,0 +1,12 @@
|
|||
# $NetBSD: buildlink3.mk,v 1.1 2015/12/30 17:40:29 adam Exp $
|
||||
|
||||
BUILDLINK_TREE+= libsass
|
||||
|
||||
.if !defined(LIBSASS_BUILDLINK3_MK)
|
||||
LIBSASS_BUILDLINK3_MK:=
|
||||
|
||||
BUILDLINK_API_DEPENDS.libsass+= libsass>=3.3.2
|
||||
BUILDLINK_PKGSRCDIR.libsass?= ../../www/libsass
|
||||
.endif # LIBSASS_BUILDLINK3_MK
|
||||
|
||||
BUILDLINK_TREE+= -libsass
|
6
www/libsass/distinfo
Normal file
6
www/libsass/distinfo
Normal file
|
@ -0,0 +1,6 @@
|
|||
$NetBSD: distinfo,v 1.1 2015/12/30 17:40:29 adam Exp $
|
||||
|
||||
SHA1 (libsass-3.3.2.tar.gz) = 7f11209acab5de564ca42f988bdeac076f8298b0
|
||||
RMD160 (libsass-3.3.2.tar.gz) = ded19d15d44ca79a74a4352d4b022a0d55b4abd4
|
||||
SHA512 (libsass-3.3.2.tar.gz) = 4cb2cba562bc5809f84aeb93638c99d63967808673939f96fe816ce008a478e04a1f9e8cdb5db2675131c8af7668ef037b7c46db9fa264c51d52b41a2e27904c
|
||||
Size (libsass-3.3.2.tar.gz) = 281408 bytes
|
Loading…
Reference in a new issue