diff options
author | miwi <miwi@FreeBSD.org> | 2013-03-15 10:19:49 +0800 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2013-03-15 10:19:49 +0800 |
commit | 86c7e5154609db524542c4702bd851ba3393e2b3 (patch) | |
tree | 40ae1fcfd7e3e1fddf6f314d34f3d723a9168699 | |
parent | 308201260ad1d315eb04bee56592535f80ee65df (diff) | |
download | freebsd-ports-gnome-86c7e5154609db524542c4702bd851ba3393e2b3.tar.gz freebsd-ports-gnome-86c7e5154609db524542c4702bd851ba3393e2b3.tar.zst freebsd-ports-gnome-86c7e5154609db524542c4702bd851ba3393e2b3.zip |
- Convert to PEAR_AUTOINSTALL
-rw-r--r-- | devel/pear-HTML_TreeMenu/Makefile | 27 |
1 files changed, 2 insertions, 25 deletions
diff --git a/devel/pear-HTML_TreeMenu/Makefile b/devel/pear-HTML_TreeMenu/Makefile index 99bd0c635b77..fd1faef3a63b 100644 --- a/devel/pear-HTML_TreeMenu/Makefile +++ b/devel/pear-HTML_TreeMenu/Makefile @@ -1,9 +1,5 @@ -# Ports collection makefile for: pear-HTML_TreeMenu -# Date created: 25 September 2004 -# Whom: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) -# +# Created by: Antonio Carlos Venancio Junior (<antonio@inf.ufsc.br>) # $FreeBSD$ -# PORTNAME= HTML_TreeMenu PORTVERSION= 1.2.2 @@ -15,26 +11,7 @@ COMMENT= Provides an API to create a HTML tree BUILD_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear RUN_DEPENDS= ${PEARDIR}/PEAR.php:${PORTSDIR}/devel/pear -PEAR_CATSRC= yes -CATEGORY= HTML -FILES= TreeMenu.php -DATA= TreeMenu.js images/branch.gif images/branchbottom.gif \ - images/branchtop.gif images/folder.gif images/folder-expanded.gif \ - images/line.gif images/linebottom.gif images/minus.gif \ - images/minusbottom.gif images/minustop.gif images/plus.gif \ - images/plusbottom.gif images/plustop.gif imagesAlt/branch.gif \ - imagesAlt/branchbottom.gif imagesAlt/branchtop.gif imagesAlt/folder.gif \ - imagesAlt/folder-expanded.gif imagesAlt/line.gif \ - imagesAlt/linebottom.gif imagesAlt/minus.gif imagesAlt/minusbottom.gif \ - imagesAlt/minustop.gif imagesAlt/plus.gif imagesAlt/plusbottom.gif \ - imagesAlt/plustop.gif imagesAlt2/branch.gif imagesAlt2/branchbottom.gif \ - imagesAlt2/branchtop.gif imagesAlt2/folder.gif \ - imagesAlt2/folder-expanded.gif imagesAlt2/line.gif \ - imagesAlt2/linebottom.gif imagesAlt2/minus.gif \ - imagesAlt2/minusbottom.gif imagesAlt2/minustop.gif imagesAlt2/plus.gif \ - imagesAlt2/plusbottom.gif imagesAlt2/plustop.gif -DOCS= HTML_TreeMenu.doc HTML_TreeMenu.pdf example.php map_fs.php -_DATADIR= . +PEAR_AUTOINSTALL= yes .include <bsd.port.pre.mk> .include "${PORTSDIR}/devel/pear/bsd.pear.mk" |