summaryrefslogtreecommitdiff
path: root/www/libsass
diff options
context:
space:
mode:
authoradam <adam@pkgsrc.org>2015-12-30 17:40:29 +0000
committeradam <adam@pkgsrc.org>2015-12-30 17:40:29 +0000
commit197b35cf647ce7a124032d5d79363a4ecfdec221 (patch)
tree122f353acbce679206deb3b4929dd40b12f72de5 /www/libsass
parentfa00d141e8e0d85c30c2895c6565843ec45bc55b (diff)
downloadpkgsrc-197b35cf647ce7a124032d5d79363a4ecfdec221.tar.gz
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.
Diffstat (limited to 'www/libsass')
-rw-r--r--www/libsass/DESCR5
-rw-r--r--www/libsass/Makefile22
-rw-r--r--www/libsass/PLIST10
-rw-r--r--www/libsass/buildlink3.mk12
-rw-r--r--www/libsass/distinfo6
5 files changed, 55 insertions, 0 deletions
diff --git a/www/libsass/DESCR b/www/libsass/DESCR
new file mode 100644
index 00000000000..388ab501958
--- /dev/null
+++ b/www/libsass/DESCR
@@ -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.
diff --git a/www/libsass/Makefile b/www/libsass/Makefile
new file mode 100644
index 00000000000..76075688517
--- /dev/null
+++ b/www/libsass/Makefile
@@ -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"
diff --git a/www/libsass/PLIST b/www/libsass/PLIST
new file mode 100644
index 00000000000..e4975075e52
--- /dev/null
+++ b/www/libsass/PLIST
@@ -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
diff --git a/www/libsass/buildlink3.mk b/www/libsass/buildlink3.mk
new file mode 100644
index 00000000000..e584c966fec
--- /dev/null
+++ b/www/libsass/buildlink3.mk
@@ -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
diff --git a/www/libsass/distinfo b/www/libsass/distinfo
new file mode 100644
index 00000000000..6faf81d573b
--- /dev/null
+++ b/www/libsass/distinfo
@@ -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