move NO_BUILD/NO_REGRESS into Makefile.inc
This commit is contained in:
parent
e03c56c9c5
commit
94727597fc
@ -1,7 +1,10 @@
|
||||
# $OpenBSD: Makefile.inc,v 1.3 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile.inc,v 1.4 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
ONLY_FOR_ARCHS= amd64 i386
|
||||
|
||||
CATEGORIES+= devel/eclipse/plugins
|
||||
|
||||
EXTRACT_SUFX?= .zip
|
||||
|
||||
NO_BUILD?= Yes
|
||||
NO_REGRESS?= Yes
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= Eclipse Modeling Framework (EMF)
|
||||
|
||||
@ -22,9 +22,6 @@ MASTER_SITES= http://download.eclipse.org/modeling/emf/emf/downloads/drops/${V}
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= Perl plugin for Eclipse IDE
|
||||
|
||||
@ -22,9 +22,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=e-p-i-c/}
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.1
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= Eclipse plugin for Java program checker (bytecode analyzer)
|
||||
|
||||
@ -23,9 +23,6 @@ MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=findbugs/}
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
SUBST_VARS= V
|
||||
|
||||
PLUGINS_HOME= ${PREFIX}/eclipse/plugins
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.13 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.14 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= graphical editing environment for eclipse
|
||||
|
||||
@ -22,9 +22,6 @@ MASTER_SITES= http://download.eclipse.org/tools/gef/downloads/drops/R-3.2.2-200
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= IVY plug-in for Eclipse IDE
|
||||
|
||||
@ -24,9 +24,6 @@ RUN_DEPENDS= devel/eclipse/sdk
|
||||
|
||||
SUBST_VARS= VERSION
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
# Distfile is an Update Site download, unpack features jar manually,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.7 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.8 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT = Python development plug-in for Eclipse
|
||||
|
||||
@ -25,9 +25,6 @@ MASTER_SITES = ${MASTER_SITE_SOURCEFORGE:=pydev/}
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk
|
||||
|
||||
NO_BUILD = Yes
|
||||
NO_REGRESS = Yes
|
||||
|
||||
WRKDIST = ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.12 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.13 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= Ruby Development Tools for Eclipse IDE
|
||||
|
||||
@ -24,9 +24,6 @@ MODULES= lang/ruby
|
||||
MODRUBY_BUILDDEP= No
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.1
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.8 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.9 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= configuration tool for Struts web framework
|
||||
|
||||
@ -27,9 +27,6 @@ EXTRACT_SUFX= .tar.gz
|
||||
BUILD_DEPENDS= archivers/gtar
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
PKG_ARCH= *
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.9 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.10 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= SubVersion plug-in for Eclipse IDE
|
||||
|
||||
@ -28,9 +28,6 @@ FETCH_CMD= lynx -accept_all_cookies -source >${DISTDIR}/$$f
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/sdk>=3.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
# Distfile is an Update Site download, unpack features jar manually,
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.10 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.11 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= UML diagram framework for Eclipse
|
||||
|
||||
@ -21,9 +21,6 @@ MASTER_SITES= http://download.eclipse.org/modeling/mdt/uml2/downloads/drops/${V
|
||||
|
||||
RUN_DEPENDS= devel/eclipse/plugins/emf>=2.2.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
do-install:
|
||||
|
@ -1,4 +1,4 @@
|
||||
# $OpenBSD: Makefile,v 1.11 2013/02/04 13:13:39 jasper Exp $
|
||||
# $OpenBSD: Makefile,v 1.12 2013/02/07 20:12:52 jasper Exp $
|
||||
|
||||
COMMENT= Web Tools Platform for Eclipse
|
||||
|
||||
@ -25,9 +25,6 @@ BUILD_DEPENDS= archivers/gtar
|
||||
RUN_DEPENDS= devel/eclipse/plugins/emf>=2.2.0 \
|
||||
devel/eclipse/plugins/gef>=3.2.2
|
||||
|
||||
NO_BUILD= Yes
|
||||
NO_REGRESS= Yes
|
||||
|
||||
WRKDIST= ${WRKDIR}
|
||||
|
||||
TAR= ${LOCALBASE}/bin/gtar
|
||||
|
Loading…
Reference in New Issue
Block a user