mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
e31df248c1
The project was transferred to github.com/sass account - Fix distinfo. No difference in the source code: http://people.freebsd.org/~nivit/public_distfiles/sassc/1.0.1-hcatlin/sassc-1.0.1.tar.gz (old distfile) http://people.freebsd.org/~nivit/public_distfiles/sassc/1.0.1-sass/sassc-1.0.1.tar.gz (new distfile) - Bump PORTREVISION Pointed out by: amdmi3 (see https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=191437 )
32 lines
552 B
Makefile
32 lines
552 B
Makefile
# 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>
|