956e7c8f8f
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.
12 lines
303 B
Makefile
12 lines
303 B
Makefile
# $NetBSD: buildlink3.mk,v 1.1 2015/12/30 17:40:29 adam Exp $
|
|
|
|
BUILDLINK_TREE+= libsass
|
|
|
|
.if !defined(LIBSASS_BUILDLINK3_MK)
|
|
LIBSASS_BUILDLINK3_MK:=
|
|
|
|
BUILDLINK_API_DEPENDS.libsass+= libsass>=3.3.2
|
|
BUILDLINK_PKGSRCDIR.libsass?= ../../www/libsass
|
|
.endif # LIBSASS_BUILDLINK3_MK
|
|
|
|
BUILDLINK_TREE+= -libsass
|