summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_CSS/Makefile
blob: 8f0bb37932fe5c8a25a72b238735f087e2dd6543 (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
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
# Ports collection makefile for:  pear-HTML_CSS
# Date created:			  16 May 2005
# Whom:				  Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#

PORTNAME=	HTML_CSS
PORTVERSION=	1.0.0
CATEGORIES=	devel www pear

MAINTAINER=	ports@FreeBSD.org
COMMENT=	PEAR class for generating CSS declarations

BUILD_DEPENDS=	${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS=	${BUILD_DEPENDS}

CATEGORY=	HTML
FILES=		CSS.php CSS/Error.php
DOCS=		TDG/img/admons/caution.png \
		TDG/img/admons/important.png TDG/img/admons/note.png \
		TDG/img/admons/tip.png TDG/img/admons/warning.png \
		TDG/img/callouts/1.gif \
		TDG/img/callouts/2.gif TDG/img/callouts/3.gif \
		TDG/img/callouts/4.gif TDG/img/callouts/5.gif \
		TDG/img/callouts/6.gif TDG/img/callouts/7.gif \
		TDG/img/callouts/8.gif TDG/img/callouts/9.gif \
		TDG/img/callouts/10.gif TDG/img/callouts/11.gif \
		TDG/img/callouts/12.gif TDG/img/callouts/13.gif \
		TDG/img/callouts/14.gif TDG/img/callouts/15.gif \
		TDG/img/created-with-docbook.png TDG/img/example.png \
		TDG/img/external-link.gif TDG/img/pearsmall.gif \
		TDG/img/rule.gif TDG/book.css TDG/ch01.html \
		TDG/ch01s02.html TDG/ch01s03.html TDG/ch02.html \
		TDG/ch03.html TDG/ch03s02.html TDG/ch04.html \
		TDG/ch04s02.html TDG/ch04s03.html TDG/ch05.html \
		TDG/ch05s02.html TDG/ch05s03.html TDG/ch05s04.html \
		TDG/ch05s05.html TDG/ch06.html TDG/ch06s02.html \
		TDG/ch06s03.html TDG/ch06s04.html TDG/ch06s05.html \
		TDG/ch06s06.html TDG/ch07.html TDG/ch07s02.html \
		TDG/ch07s03.html TDG/ch07s04.html TDG/ch08.html \
		TDG/ch08s02.html TDG/ch08s03.html TDG/ch08s04.html \
		TDG/ch08s05.html TDG/index.html TDG/pr01.html \
		TDG/pr01s02.html TDG/pt01.html TDG/pt02.html \
		TDG/pt03.html TDG/re01.html TDG/re02.html TDG/re03.html \
		TDG/re04.html TDG/re05.html TDG/re06.html TDG/re07.html \
		TDG/re08.html TDG/re09.html TDG/re10.html TDG/re11.html \
		TDG/re12.html TDG/re13.html TDG/re14.html TDG/re15.html \
		TDG/re16.html TDG/re17.html TDG/re18.html TDG/re19.html \
		TDG/re20.html TDG/re21.html TDG/re22.html TDG/re23.html
EXAMPLES=	CSS_InHeader.php css_error_custom.php \
		CSS_Inline.php css_error_ignore.php \
		CSS_Logger.php css_error_logger.php \
		CSS_Stylesheet.php css_errorstack_custom.php \
		CSS_parseData.php css_errorstack_logger.php

.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>