summaryrefslogtreecommitdiff
path: root/textproc/libsass/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'textproc/libsass/Makefile')
-rw-r--r--textproc/libsass/Makefile29
1 files changed, 29 insertions, 0 deletions
diff --git a/textproc/libsass/Makefile b/textproc/libsass/Makefile
new file mode 100644
index 000000000000..a20159d728b7
--- /dev/null
+++ b/textproc/libsass/Makefile
@@ -0,0 +1,29 @@
+# Created by: Nicola Vitale <nivit@FreeBSD.org>
+# $FreeBSD$
+
+PORTNAME= libsass
+PORTVERSION= 1.0.1
+#PORTREVISION= 0
+CATEGORIES= textproc
+
+MAINTAINER= nivit@FreeBSD.org
+COMMENT= C/C++ implementation of a Sass compiler
+
+LICENSE= MIT
+
+AUTOMAKE_ARGS= --add-missing
+
+GH_ACCOUNT= hcatlin
+GH_COMMIT= 0388a62
+GH_TAGNAME= v${PORTVERSION}
+
+INSTALL_TARGET= install-strip
+
+PATHFIX_MAKEFILEIN= Makefile.am
+
+USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
+USE_GITHUB= yes
+USE_LDCONFIG= yes
+USES= pathfix
+
+.include <bsd.port.mk>