2004-04-04 22:04:37 +02:00
|
|
|
# Ports collection makefile for: pear-XML_SVG
|
|
|
|
# Date created: 4 April 2004
|
|
|
|
# Whom: Thierry Thomas (<thierry@FreeBSD.org>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= XML_SVG
|
2005-04-18 13:18:10 +02:00
|
|
|
PORTVERSION= 1.0.0
|
2004-04-04 22:04:37 +02:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
2006-09-23 02:23:36 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2004-04-04 22:04:37 +02:00
|
|
|
COMMENT= PEAR object-oriented API for building SVG documents
|
|
|
|
|
2005-12-09 20:24:52 +01:00
|
|
|
BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear
|
2004-04-04 22:04:37 +02:00
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= XML
|
|
|
|
FILES= SVG.php
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-04-04 22:04:37 +02:00
|
|
|
.include <bsd.port.post.mk>
|