ports/java/eclipse-findbugs/Makefile
Rodrigo Osorio 05f0f44a55 */*: Update WWW to use HTTPS for sourceforge.net projects
Homepage link is permanent redirected to its HTTPS counterpart
2023-11-01 23:11:47 +01:00

30 lines
735 B
Makefile

PORTNAME= findbugs
DISTVERSION= 3.0.1.20150306-5afe4d1
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}%20eclipse%20plugin/3.0.1
PKGNAMEPREFIX= eclipse-
DISTNAME= edu.umd.cs.findbugs.plugin.eclipse_${DISTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Eclipse plug-in that provides FindBugs support
WWW= https://findbugs.sourceforge.net/manual/eclipse.html
RUN_DEPENDS= eclipse:java/eclipse
USES= zip
NO_BUILD= yes
USE_JAVA= yes
JAVA_OS= native
PLIST_SUB= \
ECLIPSE_PLUGINS="lib/eclipse/plugins" \
DISTNAME="${DISTNAME}"
post-extract:
@${RM} -R ${WRKSRC}/src
do-install:
@(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/lib/eclipse/plugins/${DISTNAME})
.include <bsd.port.mk>