mirror of
https://git.freebsd.org/ports.git
synced 2025-07-16 16:59:17 -04:00
- Stage support
- Remove infozip dependency
This commit is contained in:
parent
50cfe11907
commit
00d6cda46d
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344579
1 changed files with 2 additions and 5 deletions
|
@ -9,6 +9,7 @@ MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406
|
|||
PKGNAMEPREFIX= eclipse-
|
||||
PKGNAMESUFFIX= -examples
|
||||
DISTNAME= GEF-examples-${PORTVERSION}
|
||||
EXTRACT_SUFX= .zip
|
||||
DIST_SUBDIR= eclipse
|
||||
|
||||
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
||||
|
@ -18,12 +19,8 @@ RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
|||
|
||||
NO_BUILD= yes
|
||||
NO_WRKSUBDIR= yes
|
||||
USE_ZIP= yes
|
||||
|
||||
NO_STAGE= yes
|
||||
do-install:
|
||||
@${MKDIR} ${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
|
||||
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
|
||||
cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse
|
||||
|
||||
.include <bsd.port.mk>
|
||||
|
|
Loading…
Add table
Reference in a new issue