aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/sassc/Makefile
blob: 5c2158e2e8ad9e0e2eb5c1b5f37d7cf60648fb27 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Nicola Vitale <nivit@FreeBSD.org>
# $FreeBSD$

PORTNAME=   sassc
PORTVERSION=    1.0.1
PORTREVISION=   1
CATEGORIES= textproc

MAINTAINER= nivit@FreeBSD.org
COMMENT=    Wrapper around libsass

LICENSE=    MIT

LIB_DEPENDS=    libsass.so:${PORTSDIR}/textproc/libsass

AUTOMAKE_ARGS=  --add-missing

CPPFLAGS+=  -I${LOCALBASE}/include

GH_ACCOUNT= sass
GH_COMMIT=  9451dd7
GH_TAGNAME= v${PORTVERSION}

LDFLAGS+=   -L${LOCALBASE}/lib

PLIST_FILES=    bin/sassc

USE_AUTOTOOLS=  aclocal autoconf autoheader automake libtoolize
USE_GITHUB= yes

.include <bsd.port.mk>