diff options
| author | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-14 19:16:22 +0000 |
|---|---|---|
| committer | Thierry Thomas <thierry@FreeBSD.org> | 2005-06-14 19:16:22 +0000 |
| commit | dac6c973240639ba411e0ddd77e101ce525e1a1f (patch) | |
| tree | 4856ad89771cabd72bd87249fde8ffc10b966d63 /java/phpeclipse/Makefile | |
| parent | 066316238bc7d59473c6883b8fa03d2029c8383a (diff) | |
Notes
Diffstat (limited to 'java/phpeclipse/Makefile')
| -rw-r--r-- | java/phpeclipse/Makefile | 18 |
1 files changed, 11 insertions, 7 deletions
diff --git a/java/phpeclipse/Makefile b/java/phpeclipse/Makefile index a688c2b2f4e4..863ce70f5739 100644 --- a/java/phpeclipse/Makefile +++ b/java/phpeclipse/Makefile @@ -6,11 +6,11 @@ # PORTNAME= phpeclipse -PORTVERSION= 1.1.3 +PORTVERSION= 1.1.4 CATEGORIES= java editors devel MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} -MASTER_SITE_SUBDIR= phpeclipse -DISTNAME= PHPEclipse${PORTVERSION}-2005-01-29 +MASTER_SITE_SUBDIR= ${PORTNAME} +DISTNAME= PHPeclipse-${PORTVERSION}-features MAINTAINER= rtdean@cytherianage.net COMMENT= PHP Eclipse adds PHP support to the Eclipse IDE Framework @@ -23,12 +23,16 @@ NO_WRKSUBDIR= yes ECLIPSE= ${PREFIX}/eclipse -PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \ - NSEVER=net.sf.eclipsetidy_1.2.1 +PLIST_SUB= VER=${PORTVERSION} NSP=net.sourceforge.phpeclipse \ + QVER=com.quantum.Quantum_2.4.5 TEAMVER=3.0.0 \ + OTS=org.tigris.subversion OTSVER=0.9.30 UIVER=1.1.2 \ + TIDYVER=1.2.1 HTMLVER=1.1.3 UNITVER=phpunit_1.0.0 do-install: - @${CP} -r ${WRKSRC}/features/* ${ECLIPSE}/features - @${CP} -r ${WRKSRC}/plugins/* ${ECLIPSE}/plugins + @${MKDIR} ${ECLIPSE}/features + @${MKDIR} ${ECLIPSE}/plugins + @${CP} -r ${WRKSRC}/eclipse/features/* ${ECLIPSE}/features + @${CP} -r ${WRKSRC}/eclipse/plugins/* ${ECLIPSE}/plugins post-install: @${CAT} ${PKGMESSAGE} |
