mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04:00
- Stage support
- Remove infozip dependency
This commit is contained in:
parent
d76f4f1c8d
commit
1f4d29e43b
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344577
1 changed files with 3 additions and 10 deletions
|
@ -8,15 +8,15 @@ CATEGORIES= java devel
|
||||||
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/1.3.2
|
||||||
PKGNAMEPREFIX= eclipse-
|
PKGNAMEPREFIX= eclipse-
|
||||||
DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
|
DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
|
||||||
|
EXTRACT_SUFX= .zip
|
||||||
DIST_SUBDIR= eclipse
|
DIST_SUBDIR= eclipse
|
||||||
|
|
||||||
MAINTAINER= ports@FreeBSD.org
|
MAINTAINER= ports@FreeBSD.org
|
||||||
COMMENT= An Eclipse plug-in that provides FindBugs support
|
COMMENT= Eclipse plug-in that provides FindBugs support
|
||||||
|
|
||||||
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
|
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
|
||||||
|
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_ZIP= yes
|
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6+
|
JAVA_VERSION= 1.6+
|
||||||
JAVA_OS= native
|
JAVA_OS= native
|
||||||
|
@ -72,17 +72,10 @@ PLIST_SUB= \
|
||||||
ECLIPSE_PLUGINS="lib/eclipse/plugins" \
|
ECLIPSE_PLUGINS="lib/eclipse/plugins" \
|
||||||
DISTNAME="${DISTNAME}"
|
DISTNAME="${DISTNAME}"
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
post-extract:
|
post-extract:
|
||||||
@${RM} -Rf ${WRKSRC}/src
|
@${RM} -Rf ${WRKSRC}/src
|
||||||
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/lib/eclipse/plugins
|
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${DISTNAME})
|
||||||
@(cd ${WRKDIR} && \
|
|
||||||
${FIND} -s $$(${BASENAME} ${WRKSRC}) -type d \
|
|
||||||
-exec ${MKDIR} "${PREFIX}/lib/eclipse/plugins/{}" \; && \
|
|
||||||
${FIND} -s $$(${BASENAME} ${WRKSRC}) -not -type d \
|
|
||||||
-exec ${INSTALL_DATA} "{}" "${PREFIX}/lib/eclipse/plugins/{}" \; \
|
|
||||||
)
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue