openbsd-ports/devel/eclipse/plugins/emf/Makefile

38 lines
1003 B
Makefile
Raw Normal View History

# $OpenBSD: Makefile,v 1.7 2007/09/16 02:52:58 merdely Exp $
COMMENT= Eclipse Modeling Framework (EMF)
V= 2.2.3
2006-07-11 14:25:27 -04:00
DISTNAME= emf-sdo-xsd-SDK-${V}
PKGNAME= eclipse-plugin-emf-sdk-${V}
CATEGORIES= devel/eclipse/plugins java
HOMEPAGE= http://www.eclipse.org/emf/
MAINTAINER= Kurt Miller <kurt@openbsd.org>
EXTRACT_SUFX= .zip
2005-08-09 10:50:14 -04:00
# Eclipse Public License Version 1.0 (http://www.eclipse.org/legal/epl-v10.html)
PERMIT_PACKAGE_CDROM= commercial distribution defend and indemnify clauses
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= commercial distribution defend and indemnify clauses
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= http://download.eclipse.org/modeling/emf/emf/downloads/drops/${V}/R200705141058/
2006-07-11 14:25:27 -04:00
RUN_DEPENDS= :eclipse-sdk->=3.2:devel/eclipse/sdk
USE_ZIP= Yes
NO_BUILD= Yes
2007-02-02 11:24:28 -05:00
NO_REGRESS= Yes
WRKDIST= ${WRKDIR}
do-install:
cd ${WRKDIST} && tar cfL - eclipse | \
(cd ${PREFIX} && tar -xf -)
2005-08-09 10:50:14 -04:00
cd ${PREFIX}/eclipse && rm epl-v10.html notice.html
.include <bsd.port.mk>