Update databases/mariadb105-server to version 10.5.17
[dports.git] / java / eclipse-findbugs / Makefile
1 PORTNAME=       findbugs
2 DISTVERSION=    3.0.1.20150306-5afe4d1
3 CATEGORIES=     java devel
4 MASTER_SITES=   SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/3.0.1
5 PKGNAMEPREFIX=  eclipse-
6 DISTNAME=       edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
7 DIST_SUBDIR=    eclipse
8
9 MAINTAINER=     ports@FreeBSD.org
10 COMMENT=        Eclipse plug-in that provides FindBugs support
11 WWW=            http://findbugs.sourceforge.net/manual/eclipse.html
12
13 RUN_DEPENDS=    eclipse:java/eclipse
14
15 USES=           zip
16 NO_BUILD=       yes
17 USE_JAVA=       yes
18 JAVA_OS=        native
19
20 PLIST_SUB=      \
21         ECLIPSE_PLUGINS="lib/eclipse/plugins" \
22         DISTNAME="${DISTNAME}"
23
24 post-extract:
25         @${RM} -R ${WRKSRC}/src
26
27 do-install:
28         @(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${DISTNAME})
29
30 .include <bsd.port.mk>