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
9a23b9371e
commit
c41d09f8a5
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=344564
1 changed files with 2 additions and 5 deletions
|
@ -8,6 +8,7 @@ CATEGORIES= java devel
|
||||||
MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1
|
MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1
|
||||||
PKGNAMEPREFIX= eclipse-
|
PKGNAMEPREFIX= eclipse-
|
||||||
DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
|
DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
|
||||||
|
EXTRACT_SUFX= .zip
|
||||||
DIST_SUBDIR= eclipse
|
DIST_SUBDIR= eclipse
|
||||||
|
|
||||||
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
||||||
|
@ -19,12 +20,8 @@ NO_WRKSUBDIR= yes
|
||||||
NO_BUILD= yes
|
NO_BUILD= yes
|
||||||
USE_JAVA= yes
|
USE_JAVA= yes
|
||||||
JAVA_VERSION= 1.6+
|
JAVA_VERSION= 1.6+
|
||||||
USE_ZIP= yes
|
|
||||||
|
|
||||||
NO_STAGE= yes
|
|
||||||
do-install:
|
do-install:
|
||||||
@${MKDIR} ${PREFIX}/lib/eclipse
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
|
||||||
@${MKDIR} ${PREFIX}/lib/eclipse/plugins
|
|
||||||
@${CP} -r ${WRKSRC}/com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${PREFIX}/lib/eclipse/plugins
|
|
||||||
|
|
||||||
.include <bsd.port.mk>
|
.include <bsd.port.mk>
|
||||||
|
|
Loading…
Add table
Reference in a new issue