|
Lines 2-27
Link Here
|
| 2 |
# $FreeBSD: head/textproc/sassc/Makefile 412349 2016-04-01 14:25:16Z mat $ |
2 |
# $FreeBSD: head/textproc/sassc/Makefile 412349 2016-04-01 14:25:16Z mat $ |
| 3 |
|
3 |
|
| 4 |
PORTNAME= sassc |
4 |
PORTNAME= sassc |
| 5 |
PORTVERSION= 1.0.1 |
5 |
PORTVERSION= 3.3.6 |
| 6 |
DISTVERSIONPREFIX= v |
6 |
DISTVERSIONPREFIX= tags/ |
| 7 |
PORTREVISION= 1 |
|
|
| 8 |
CATEGORIES= textproc |
7 |
CATEGORIES= textproc |
| 9 |
|
8 |
|
| 10 |
MAINTAINER= nivit@FreeBSD.org |
9 |
MAINTAINER= max@kostikov.co |
| 11 |
COMMENT= Wrapper around libsass |
10 |
COMMENT= Wrapper around libsass |
| 12 |
|
11 |
|
| 13 |
LICENSE= MIT |
12 |
LICENSE= MIT |
| 14 |
|
13 |
|
| 15 |
LIB_DEPENDS= libsass.so:textproc/libsass |
14 |
LIB_DEPENDS= libsass.so:textproc/libsass |
|
|
15 |
BUILD_DEPENDS= libsass>=3.3.6:textproc/libsass |
| 16 |
|
| 17 |
CONFIGURE_ENV+= SASSC_VERSION="${PORTVERSION}" |
| 16 |
|
18 |
|
| 17 |
USE_GITHUB= yes |
19 |
USE_GITHUB= yes |
| 18 |
GH_ACCOUNT= sass |
20 |
GH_ACCOUNT= sass |
| 19 |
|
21 |
|
| 20 |
GNU_CONFIGURE= yes |
22 |
GNU_CONFIGURE= yes |
|
|
23 |
|
| 21 |
CPPFLAGS+= -I${LOCALBASE}/include |
24 |
CPPFLAGS+= -I${LOCALBASE}/include |
| 22 |
LDFLAGS+= -L${LOCALBASE}/lib |
25 |
LDFLAGS+= -L${LOCALBASE}/lib |
| 23 |
USES= autoreconf libtool |
26 |
|
|
|
27 |
USES= autoreconf gmake libtool |
| 24 |
|
28 |
|
| 25 |
PLIST_FILES= bin/sassc |
29 |
PLIST_FILES= bin/sassc |
| 26 |
|
30 |
|
|
|
31 |
post-patch: |
| 32 |
@echo "echo \"${PORTVERSION}\"" > ${WRKSRC}/version.sh |
| 33 |
|
| 27 |
.include <bsd.port.mk> |
34 |
.include <bsd.port.mk> |