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

29 lines
783 B
Makefile

# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
PORTNAME= vep
PORTVERSION= 1.1.0.1
PORTREVISION= 5
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/ve/downloads/drops/R-1.1.0.1-200509071822/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -examples
DISTNAME= VE-examples-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Visual Editor Project for the Eclipse IDE (examples)
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
PLIST_SUB= RELEASEVERSION=1.1.0.1
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${STAGEDIR}${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>