2004-06-03 00:47:22 +02:00
|
|
|
# Ports collection makefile for: pear-HTML_Table
|
|
|
|
# Date created: 01 June 2004
|
|
|
|
# Whom: Gerrit Beine (<tux@pinguru.net>)
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= HTML_Table
|
2007-05-27 12:00:25 +02:00
|
|
|
PORTVERSION= 1.8.0
|
2004-06-03 00:47:22 +02:00
|
|
|
CATEGORIES= devel www pear
|
|
|
|
|
2006-04-15 13:47:42 +02:00
|
|
|
MAINTAINER= gerrit.beine@gmx.de
|
2004-06-03 00:47:22 +02:00
|
|
|
COMMENT= Makes the design of HTML tables easy, flexible, reusable and efficient
|
|
|
|
|
|
|
|
BUILD_DEPENDS= ${PEARDIR}/HTML/Common.php:${PORTSDIR}/devel/pear-HTML_Common
|
|
|
|
RUN_DEPENDS= ${BUILD_DEPENDS}
|
|
|
|
|
|
|
|
CATEGORY= HTML
|
2005-10-26 23:13:38 +02:00
|
|
|
FILES= Table.php Table/Storage.php
|
2004-06-03 00:47:22 +02:00
|
|
|
EXAMPLES= Table_example1.php Table_example2.php
|
|
|
|
_EXAMPLESDIR= docs
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
2005-12-09 20:24:52 +01:00
|
|
|
.include "${PORTSDIR}/devel/pear/bsd.pear.mk"
|
2004-06-03 00:47:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|