summaryrefslogtreecommitdiff
path: root/devel/pear-HTML_QuickForm_advmultiselect/Makefile
blob: 06d8e96a7105efc9297a1a42871f7b2a5eb1fa7e (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
60
61
62
63
64
65
66
67
68
69
# Ports collection makefile for:	pear-HTML_QuickForm_advmultiselect
# Date created:				11 November 2005
# Whom:					Chris St Denis <chris@ctgameinfo.com>
#
# $FreeBSD$
#

PORTNAME=	HTML_QuickForm_advmultiselect
PORTVERSION=	1.4.1
CATEGORIES=	devel www pear
DISTNAME=	${PORTNAME}-${PORTVERSION}

MAINTAINER=	chris@ctgameinfo.com
COMMENT=	Element for PEAR::HTML_QuickForm that defines a 2 box multi-select

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

CATEGORY=	HTML/QuickForm
FILES=		advmultiselect.php qfamsHandler.js
DOCS=		TDG/blank.gif TDG/ch03s04.html \
		TDG/ch06s05.html TDG/ch09s06.html \
		TDG/pt03.html TDG/book.css \
		TDG/ch03s05.html TDG/ch07.html \
		TDG/ch09s07.html TDG/pt04.html \
		TDG/ch01.html TDG/ch04.html \
		TDG/ch08.html TDG/re01.html \
		TDG/ch01s02.html TDG/ch04s02.html \
		TDG/ch08s02.html TDG/index.html \
		TDG/re02.html TDG/ch01s03.html \
		TDG/ch05.html TDG/ch09.html \
		TDG/pngbehavior.htc TDG/re03.html \
		TDG/ch02.html TDG/ch06.html \
		TDG/ch09s02.html TDG/pr01.html \
		TDG/re04.html TDG/ch03.html \
		TDG/ch06s02.html TDG/ch09s03.html \
		TDG/pr01s02.html TDG/re05.html \
		TDG/ch03s02.html TDG/ch06s03.html \
		TDG/ch09s04.html TDG/pt01.html \
		TDG/re06.html TDG/ch03s03.html \
		TDG/ch06s04.html TDG/ch09s05.html \
		TDG/pt02.html TDG/re07.html \
		TDG/img/custom2.png TDG/img/custom5.png \
		TDG/img/example.png TDG/img/pearsmall.gif \
		TDG/img/basic1.png TDG/img/custom3.png \
		TDG/img/custom6.png TDG/img/multiple1.png \
		TDG/img/template1.png TDG/img/custom1.png \
		TDG/img/custom4.png TDG/img/custom7.png \
		TDG/img/multiple2.png \
		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

EXAMPLES=	bluestar-12.gif down.png \
		goldstar-12.gif itdynamic.html \
		qfams_basic_1.php qfams_basic_2.php \
		qfams_custom_1.php qfams_custom_2.php \
		qfams_custom_3.php qfams_custom_4.php \
		qfams_custom_5.php qfams_custom_6.php \
		qfams_custom_7.php \
		qfams_multiple_1.php qfams_multiple_2.php \
		qfams_template_1.php up.png

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