mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-24 04:33:24 +00:00
83e433e0f8
PR: 227831 Approved by: nivit (maintainer's timeout; 14 days)
28 lines
602 B
Makefile
28 lines
602 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsass
|
|
DISTVERSION= 3.5.4
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= C/C++ implementation of a Sass compiler
|
|
|
|
LICENSE= MIT
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
USES= autoreconf compiler:c++11-lib gmake libtool pathfix
|
|
GH_ACCOUNT= sass
|
|
GNU_CONFIGURE= yes
|
|
USE_GITHUB= yes
|
|
PATHFIX_MAKEFILEIN= GNUmakefile.am
|
|
CONFIGURE_ARGS= --disable-static
|
|
MAKEFILE= GNUmakefile
|
|
INSTALL_TARGET= install-strip
|
|
USE_LDCONFIG= yes
|
|
|
|
post-patch:
|
|
@${ECHO_CMD} "${ECHO_CMD} \"${PORTVERSION}\"" > ${WRKSRC}/version.sh
|
|
|
|
.include <bsd.port.mk>
|