aboutsummaryrefslogtreecommitdiffstats
path: root/textproc/scss/Makefile
blob: 31cf6bd0e4a2c059c8650e4274b14e759f642d9f (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
# Created by: ijliao
# $FreeBSD$

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

MAINTAINER= cs@FreeBSD.org
COMMENT=    Scheme module for W3C Cascading Stylesheets recommendation

LICENSE=    GPLv3+
LICENSE_FILE=   ${WRKSRC}/COPYING

RUN_DEPENDS=    guile:lang/guile

NO_BUILD=   yes
NO_ARCH=    yes

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

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

.include <bsd.port.mk>