mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-18 03:46:03 +00:00
5172d5dc6e
Note to submitter: I've changed the last few dirrms to dirrmtrys so that you won't try to blow away my Eclipse plugins :-) PR: ports/92317 Submitted by: Jean Milanez Melo <jmelo at freebsdbrasil dot com dot br>
33 lines
827 B
Makefile
33 lines
827 B
Makefile
# New ports collection makefile for: eclipse-vep-examples
|
|
# Date created: July 15, 2004
|
|
# Whom: sugimura@jp.FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= vep
|
|
PORTVERSION= 1.1.0.1
|
|
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= freebsd-eclipse@FreeBSD.org
|
|
COMMENT= Visual Editor Project for the Eclipse IDE (examples)
|
|
|
|
RUN_DEPENDS= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse
|
|
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
USE_ZIP= yes
|
|
PLIST_SUB= RELEASEVERSION=1.1.0.1
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
|
|
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
|
|
|
|
.include <bsd.port.mk>
|