Norikatsu Shigemura d3692612e7 Add eclipse-vep-examples 1.0.0.20040628, Visual Editor Project
for the Eclipse IDE (examples).

Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org>
2004-07-25 08:06:04 +00:00

32 lines
786 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.0.0.20040628
CATEGORIES= java devel
MASTER_SITES= http://download.eclipse.org/tools/ve/downloads/drops/S-S20040628-200406281448/
PKGNAMEPREFIX= eclipse-
PKGNAMESUFFIX= -examples
DISTNAME= VE-examples-S20040628
DIST_SUBDIR= eclipse
MAINTAINER= java@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
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/eclipse
.include <bsd.port.mk>