mirror of
https://git.freebsd.org/ports.git
synced 2025-07-07 04:19:17 -04:00
- Stage support
- Remove infozip dependency
This commit is contained in:
parent
1d0206d1d0
commit
c67b278927
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344546
1 changed files with 4 additions and 5 deletions
|
@ -7,6 +7,7 @@ PORTREVISION= 4
|
||||||
CATEGORIES= java devel
|
CATEGORIES= java devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
|
||||||
DISTNAME= net.sf.commonclipse_${PORTVERSION}
|
DISTNAME= net.sf.commonclipse_${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .zip
|
||||||
DIST_SUBDIR= eclipse
|
DIST_SUBDIR= eclipse
|
||||||
|
|
||||||
MAINTAINER= zhoushuqun@gmail.com
|
MAINTAINER= zhoushuqun@gmail.com
|
||||||
|
@ -16,16 +17,14 @@ RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
NO_WRKSUBDIR= yes
|
NO_WRKSUBDIR= yes
|
||||||
USE_ZIP= yes
|
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6+
|
JAVA_VERSION= 1.6+
|
||||||
JAVA_OS= native
|
JAVA_OS= native
|
||||||
PLIST_SUB= DISTNAME=${DISTNAME}
|
PLIST_SUB= DISTNAME=${DISTNAME}
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/eclipse
|
@${MKDIR} ${STAGEDIR}${PREFIX}/eclipse
|
||||||
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/eclipse
|
||||||
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
@${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/eclipse
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue