- Stage support

- Remove infozip dependency
This commit is contained in:
Antoine Brodin 2014-02-16 14:58:22 +00:00
parent 50cfe11907
commit 00d6cda46d
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344579

View file

@ -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>