aboutsummaryrefslogtreecommitdiff
path: root/java/phpeclipse/Makefile
diff options
context:
space:
mode:
authorClive Lin <clive@FreeBSD.org>2004-11-28 10:37:13 +0000
committerClive Lin <clive@FreeBSD.org>2004-11-28 10:37:13 +0000
commit1697ad658e6d114e515551340027638a5bbca878 (patch)
tree01e7caf4880a51f0ed62e7facf4352efd8f6d085 /java/phpeclipse/Makefile
parente838566e57e89a33b379fec5248401ec039d667f (diff)
Notes
Diffstat (limited to 'java/phpeclipse/Makefile')
-rw-r--r--java/phpeclipse/Makefile16
1 files changed, 5 insertions, 11 deletions
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile
index 097e42242929..6ad47f4d8b92 100644
--- a/java/phpeclipse/Makefile
+++ b/java/phpeclipse/Makefile
@@ -6,29 +6,23 @@
#
PORTNAME= phpeclipse
-PORTVERSION= 1.0.8
-PORTREVISION= 3
+PORTVERSION= 1.1.1
CATEGORIES= java editors devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= phpeclipse
-DISTNAME= net.sourceforge.phpeclipse_${PORTVERSION}a
+DISTNAME= PHPEclipse${PORTVERSION}-2004-10-24
MAINTAINER= rtdean@cytherianage.net
COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework
-BROKEN= fix me
-
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
USE_ZIP= yes
-WRKSRC= ${WRKDIR}/${DISTNAME:S/a$//}
+WRKSRC= ${WRKDIR}
do-install:
- @${MKDIR} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse
-.for f in phpeclipse.jar plugin.xml plugin.properties
- @${INSTALL_DATA} ${WRKSRC}/${f} ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse
-.endfor
- @${CP} -r ${WRKSRC}/icons ${PREFIX}/eclipse/plugins/net.sourceforge.phpeclipse
+ @${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
+ @${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
.include <bsd.port.mk>