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

26 lines
654 B
Makefile

# Created by: olgeni@FreeBSD.org
# $FreeBSD$
PORTNAME= gef
PORTVERSION= 3.0
PORTREVISION= 7
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.0-200406251257/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -examples
DISTNAME= GEF-examples-${PORTVERSION}
DIST_SUBDIR= eclipse
MAINTAINER= ports@FreeBSD.org
COMMENT= Graphical Editing Framework for the Eclipse IDE (examples)
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
USES= zip
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>