mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
59ccb1ae72
The project was transferred to github.com/sass account (see https://twitter.com/hcatlin/status/474960329718628352 ) - Fix distinfo No difference in the source code: http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-hcatlin/libsass-1.0.1.tar.gz (old distfile) http://people.freebsd.org/~nivit/public_distfiles/libsass/1.0.1-sass/libsass-1.0.1.tar.gz (new distfile) PR: 191437 Submitted by: amdmi3
30 lines
533 B
Makefile
30 lines
533 B
Makefile
# Created by: Nicola Vitale <nivit@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libsass
|
|
PORTVERSION= 1.0.1
|
|
PORTREVISION= 2
|
|
CATEGORIES= textproc
|
|
|
|
MAINTAINER= nivit@FreeBSD.org
|
|
COMMENT= C/C++ implementation of a Sass compiler
|
|
|
|
LICENSE= MIT
|
|
|
|
AUTOMAKE_ARGS= --add-missing
|
|
|
|
GH_ACCOUNT= sass
|
|
GH_COMMIT= 0388a62
|
|
GH_TAGNAME= v${PORTVERSION}
|
|
|
|
INSTALL_TARGET= install-strip
|
|
|
|
PATHFIX_MAKEFILEIN= Makefile.am
|
|
|
|
USES= libtool pathfix
|
|
USE_AUTOTOOLS= aclocal autoconf autoheader automake libtoolize
|
|
USE_GITHUB= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
.include <bsd.port.mk>
|