svn commit: r314223 - head/devel/pear-HTML_TreeMenu
Martin Wilke
miwi at FreeBSD.org
Fri Mar 15 02:19:50 UTC 2013
Author: miwi
Date: Fri Mar 15 02:19:49 2013
New Revision: 314223
URL: http://svnweb.freebsd.org/changeset/ports/314223
Log:
- Convert to PEAR_AUTOINSTALL
Modified:
head/devel/pear-HTML_TreeMenu/Makefile (contents, props changed)
Modified: head/devel/pear-HTML_TreeMenu/Makefile
==============================================================================
--- head/devel/pear-HTML_TreeMenu/Makefile Fri Mar 15 02:16:32 2013 (r314222)
+++ head/devel/pear-HTML_TreeMenu/Makefile Fri Mar 15 02:19:49 2013 (r314223)
@@ -1,9 +1,5 @@
-# Ports collection makefile for: pear-HTML_TreeMenu
-# Date created: 25 September 2004
-# Whom: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
-#
+# Created by: Antonio Carlos Venancio Junior (<antonio at inf.ufsc.br>)
# $FreeBSD$
-#
PORTNAME= HTML_TreeMenu
PORTVERSION= 1.2.2
@@ -15,26 +11,7 @@ COMMENT= Provides an API to create a HTM
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"
More information about the svn-ports-all
mailing list