1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/devel/pear-HTML_Page2/Makefile
Martin Wilke 3484a7aa91 - Take over maintainership
Approved by:	Wen Heping (maintainer)
2009-08-22 21:32:00 +00:00

31 lines
844 B
Makefile

# 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.6.0
CATEGORIES= devel www pear
DISTNAME= ${PORTNAME}-${PORTVERSION}beta
MAINTAINER= miwi@FreeBSD.org
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 \
Page2/Frameset.php Page2/Frameset/Frame.php
EXAMPLES= Page2_NoDoctype.php Page2_Simple.php \
Page2_Complex.php Page2_Frameset.php
post-patch:
@${REINPLACE_CMD} -e "s#
##g" ${WRKSRC}/Page2.php
.include <bsd.port.pre.mk>
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
.include <bsd.port.post.mk>