freebsd-ports/java/eclipse-gef-examples/Makefile

27 lines
672 B
Makefile
Raw Normal View History

# Created by: olgeni@FreeBSD.org
# $FreeBSD$
PORTNAME= gef
PORTVERSION= 3.0
PORTREVISION= 6
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}
EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= Graphical Editing Framework for the Eclipse IDE (examples)
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
NO_BUILD= yes
NO_WRKSUBDIR= yes
do-install:
cd ${WRKSRC}/eclipse && ${COPYTREE_SHARE} "features plugins" ${STAGEDIR}${PREFIX}/lib/eclipse
.include <bsd.port.mk>