blob: f69885559a2d65ebd64b32bf708c667bc17344b9 (
plain)
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
|
# Ports collection makefile for: pear-HTML_Page2
# Date created: 21 January 2005
# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>)
#
# $FreeBSD$
#
PORTNAME= HTML_Page2
PORTVERSION= 0.5.0
CATEGORIES= devel www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= antonio@php.net
COMMENT= PEAR base class for XHTML page generation
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
RUN_DEPENDS= ${BUILD_DEPENDS}
CATEGORY= HTML
FILES= Page2.php Page2/Doctypes.php Page2/Namespaces.php
EXAMPLES= Page2_NoDoctype.php Page2_Simple.php Page2_Complex.php
USE_REINPLACE= yes
post-patch:
@${REINPLACE_CMD} -e "s#
##g" ${WRKSRC}/Page2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear-PEAR/Makefile.common"
.include <bsd.port.post.mk>
|