freebsd-ports/java/eclipse-findbugs/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

37 lines
1 KiB
Makefile

# New ports collection makefile for: findbugs eclipse plugin
# Date created: Dom 1 Abr 2007 22:42:25 UTC
# Whom: Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= findbugs
DISTVERSION= 1.2.0.20070317
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= ${PORTNAME}
PKGNAMEPREFIX= eclipse-
DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= lioux@FreeBSD.org
COMMENT= An Eclipse plug-in that provides FindBugs support
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
USE_ZIP= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
JAVA_OS= native
do-install:
@${MKDIR} ${PREFIX}/eclipse/plugins
@${CP} -r ${WRKSRC} ${PREFIX}/eclipse/plugins
@(cd ${WRKDIR}; ${FIND} -s $$(${BASENAME} ${WRKSRC}) -not -type d) \
| ${SED} -ne 's,^,eclipse/plugins/,p' > ${TMPPLIST}
@(cd ${WRKDIR}; ${FIND} -s -d $$(${BASENAME} ${WRKSRC}) -type d) \
| ${SED} -ne 's,^,@dirrm eclipse/plugins/,p' >> ${TMPPLIST}
.include <bsd.port.mk>