freebsd-ports/java/eclipse-checkstyle/Makefile
Florent Thoumie d4f0d0048a - Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
2007-05-19 20:36:56 +00:00

34 lines
832 B
Makefile

# New ports collection makefile for: eclipse-checkstyle
# Date created: July 30, 2004
# Whom: gldisater@gldis.ca
#
# $FreeBSD$
#
PORTNAME= checkstyle
PORTVERSION= 3.4.1.0
PORTREVISION= 3
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= freebsd-eclipse@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>