aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scss/Makefile
blob: 37571cfc8842770b1ab08859cdbae1537b0036be (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
# ex:ts=8
# Ports collection makefile for:    SCSS
# Date created:         Mar 22, 2007
# Whom:             ijliao
#
# $FreeBSD$
#

PORTNAME=   scss
PORTVERSION=    0.4.0
CATEGORIES= textproc scheme
MASTER_SITES=   SAVANNAH \
        http://www.c-s.li/ports/

MAINTAINER= c-s@c-s.li
COMMENT=    A Scheme module for W3C Cascading Stylesheets recommendation

RUN_DEPENDS=    guile:${PORTSDIR}/lang/guile

LICENSE=    GPLv3

NO_BUILD=   yes

FILES=  lexer.scm parser.scm scss.scm properties.scm \
    interface/sdom.scm common.scm

INFO=   scss

do-install:
    @${MKDIR} ${PREFIX}/share/guile/scss
.for f in ${FILES}
    @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/share/guile/scss
.endfor
    @${INSTALL_DATA} ${WRKSRC}/scss.info ${PREFIX}/info

.include <bsd.port.mk>