summaryrefslogtreecommitdiff
path: root/java/phpeclipse_phphelp/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'java/phpeclipse_phphelp/Makefile')
-rw-r--r--java/phpeclipse_phphelp/Makefile28
1 files changed, 28 insertions, 0 deletions
diff --git a/java/phpeclipse_phphelp/Makefile b/java/phpeclipse_phphelp/Makefile
new file mode 100644
index 000000000000..42e49ead4ec7
--- /dev/null
+++ b/java/phpeclipse_phphelp/Makefile
@@ -0,0 +1,28 @@
+# New ports collection makefile for: phpeclipse-phphelp
+# Date created: 22 Oct 2003
+# Whom: rtdean@cytherianage.net
+#
+# $FreeBSD$
+#
+
+PORTNAME= phpeclipse_phphelp
+PORTVERSION= 1.0.4
+CATEGORIES= java editors devel
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+DISTNAME= net.sourceforge.phpeclipse.phphelp_${PORTVERSION}
+
+MAINTAINER= rtdean@cytherianage.net
+COMMENT= PHP Eclipse Help for the Eclipse IDE Framework
+
+RUN_DEPENDS= ${LOCALBASE}/eclipse/plugins/net.sourceforge.phpeclipse/plugin.xml:${PORTSDIR}/java/phpeclipse
+
+NO_BUILD= yes
+USE_ZIP= yes
+
+do-install:
+ @${MKDIR} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse.phphelp
+.for f in doc.zip phphelp.jar phphelp.xml plugin.properties plugin.xml
+ @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse.phphelp
+.endfor
+
+.include <bsd.port.mk>