1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-13 07:34:50 +00:00
freebsd-ports/textproc/scss/Makefile
Carlo Strub 34fc8abfa8 - Support stagedir
- Remove leading article in COMMENT
- Fix typo in pkg-descr
2013-10-17 21:46:25 +00:00

30 lines
652 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= scss
PORTVERSION= 0.4.2
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
RUN_DEPENDS= guile:${PORTSDIR}/lang/guile
NO_BUILD= yes
FILES= lexer.scm parser.scm scss.scm properties.scm \
interface/sdom.scm common.scm
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>