freebsd-ports/java/eclipse-vep-examples/Makefile
Baptiste Daroussin 0bec74d5fb Reassign eclipse ports to the heap
eclipse@ is a failure resulting in eclipse ports being badly maintainer:
- outdated
- not adapted to infrastructure modification
- failures with clang

With hat:	portmgr
2014-04-29 07:25:36 +00:00

30 lines
764 B
Makefile

# Created by: sugimura@jp.FreeBSD.org
# $FreeBSD$
PORTNAME= vep
PORTVERSION= 1.1.0.1
PORTREVISION= 4
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
NO_STAGE= yes
do-install:
@${MKDIR} ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/plugins ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/eclipse/features ${PREFIX}/lib/eclipse
.include <bsd.port.mk>