freebsd-ports/java/commonclipse/Makefile
John Marino 0d8b37dcfa eclipse plugins: Deprecate 25 for removal, ignore 1 to be updated
Removal scheduled 4 weeks into the future on April 18.

PR:		195985
Submitted by:	Jimmy Kelley (eclipse maintainer)
Reason:		by-product of upcoming eclipse upgrade
2015-03-21 09:54:46 +00:00

34 lines
950 B
Makefile

# Created by: Sutra Zhou <zhoushuqun@gmail.com>
# $FreeBSD$
PORTNAME= commonclipse
PORTVERSION= 1.3.0
PORTREVISION= 5
CATEGORIES= java devel
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/${PORTNAME}-${PORTVERSION}%20for%20eclipse%203.1M6%20and%20up
DISTNAME= net.sf.commonclipse_${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= zhoushuqun@gmail.com
COMMENT= Commonclipse is an eclipse plugin for jakarta commons-lang users
BROKEN= plugin is obsolete or malfunctioning with latest eclipse
DEPRECATED= evaluation recommendation is to remove rather than update
EXPIRATION_DATE= 2015-04-18
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_JAVA= yes
JAVA_VERSION= 1.6+
JAVA_OS= native
PLIST_SUB= DISTNAME=${DISTNAME}
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/features ${STAGEDIR}${PREFIX}/eclipse
.include <bsd.port.mk>