1 | # -*- coding: utf-8; mode: tcl; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- vim:fenc=utf-8:ft=tcl:et:sw=4:ts=4:sts=4 |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name libsass |
---|
6 | version 3.4.7 |
---|
7 | categories textproc |
---|
8 | platforms darwin |
---|
9 | license MIT |
---|
10 | maintainers nomaintainer |
---|
11 | description Sass compiler library written in C++ |
---|
12 | long_description Sass compiler library written in C++ |
---|
13 | homepage https://github.com/sass/libsass |
---|
14 | master_sites https://github.com/sass/libsass/releases/download/${version}/ |
---|
15 | distfiles libsass-${version}-src.tar.gz |
---|
16 | |
---|
17 | checksums rmd160 204e76023313293081e40255f1c248e04e71d7b3 \ |
---|
18 | sha256 d99df7e3342158fcc918d81c107779f9674dc336bb42eabfbaeb011c9bbac50f |
---|
19 | |
---|
20 | configure { |
---|
21 | } |
---|
22 | |
---|
23 | destroot.target install install-headers |
---|
24 | destroot.destdir DESTDIR=${destroot} PREFIX=${prefix} |
---|