mirror of
https://git.freebsd.org/ports.git
synced 2025-07-11 22:39:16 -04:00
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
27 lines
687 B
Makefile
27 lines
687 B
Makefile
# Created by: gldisater@gldis.ca
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= checkstyle
|
|
PORTVERSION= 3.4.1.0
|
|
PORTREVISION= 7
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= SF/eclipse-cs/Eclipse%20Checkstyle%20Plug-in/v3.4.1
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION}
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Integrates the Checkstyle Java code auditor into Eclipse
|
|
|
|
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
USES= zip
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
|
|
do-install:
|
|
@cd ${WRKSRC} && ${COPYTREE_SHARE} com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${STAGEDIR}${PREFIX}/lib/eclipse/plugins
|
|
|
|
.include <bsd.port.mk>
|