diff options
author | nork <nork@FreeBSD.org> | 2004-09-03 20:54:27 +0000 |
---|---|---|
committer | nork <nork@FreeBSD.org> | 2004-09-03 20:54:27 +0000 |
commit | eff816a761dea8e048309eab82e537968b521bc3 (patch) | |
tree | da7ed24eaca90574cb31f6c9a8e7b98b59a01075 /java/eclipse-checkstyle/Makefile | |
parent | a6e258856c2fdda146c9ab98428aad6f40c7a36b (diff) | |
download | FreeBSD-ports-eff816a761dea8e048309eab82e537968b521bc3.zip FreeBSD-ports-eff816a761dea8e048309eab82e537968b521bc3.tar.gz |
Add eclipse-checkstyle 3.4.1.0, integrates the Checkstyle Java
code auditor into Eclipse.
PR: ports/70146
Submitted by: Jeremy Faulkner <gldisater@gldis.ca>
Diffstat (limited to 'java/eclipse-checkstyle/Makefile')
-rw-r--r-- | java/eclipse-checkstyle/Makefile | 33 |
1 files changed, 33 insertions, 0 deletions
diff --git a/java/eclipse-checkstyle/Makefile b/java/eclipse-checkstyle/Makefile new file mode 100644 index 0000000..4c568a6 --- /dev/null +++ b/java/eclipse-checkstyle/Makefile @@ -0,0 +1,33 @@ +# New ports collection makefile for: eclipse-checkstyle +# Date created: July 30, 2004 +# Whom: gldisater@gldis.ca +# +# $FreeBSD$ +# + +PORTNAME= checkstyle +PORTVERSION= 3.4.1.0 +CATEGORIES= java devel +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= eclipse-cs +PKGNAMEPREFIX= eclipse- +DISTNAME= com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} +DIST_SUBDIR= eclipse + +MAINTAINER= java@freebsd.org +COMMENT= Integrates the Checkstyle Java code auditor into Eclipse + +RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse + +NO_WRKSUBDIR= yes +NO_BUILD= yes +USE_JAVA= yes +JAVA_VERSION= 1.4+ +USE_ZIP= yes + +do-install: + @${MKDIR} ${PREFIX}/eclipse + @${MKDIR} ${PREFIX}/eclipse/plugins + @${CP} -r ${WRKSRC}/com.atlassw.tools.eclipse.checkstyle_${PORTVERSION} ${PREFIX}/eclipse/plugins + +.include <bsd.port.mk> |