1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-22 04:17:44 +00:00
freebsd-ports/java/commonclipse/Makefile
Gerald Pfeifer 15945f8122 Update the default version of GCC in the Ports Collection from GCC 4.7.4
to GCC 4.8.3.

Part II, Bump PORTREVISIONs.

PR:		192025
Tested by:	antoine (-exp runs)
Approved by:	portmgr (implicit)
2014-09-10 20:50:31 +00:00

31 lines
785 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
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>