1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/textproc/libsass/Makefile
Nicola Vitale 73e009f6e8 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.

WWW: http://libsass.org/
2014-04-13 03:15:42 +00:00

30 lines
528 B
Makefile

# 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>