ff2d68af50
Fix CATEGORIES in rdt eclipse plugin. in subversion, only bump subpackages that use lang/ruby module.
39 lines
1014 B
Makefile
39 lines
1014 B
Makefile
# $OpenBSD: Makefile,v 1.3 2008/06/14 23:46:37 landry Exp $
|
|
|
|
COMMENT= Ruby Development Tools for Eclipse IDE
|
|
|
|
V= 0.8.0
|
|
DISTNAME= org.rubypeople.rdt-0.8.0.604272100PRD
|
|
PKGNAME= eclipse-plugin-rdt-${V}p0
|
|
CATEGORIES= devel/eclipse/plugins lang/ruby
|
|
|
|
HOMEPAGE= http://rubyeclipse.sourceforge.net/
|
|
|
|
MAINTAINER= Carlos Valiente <yo@virutass.net>
|
|
|
|
EXTRACT_SUFX= .zip
|
|
|
|
# Common Public License Version 1.0 (http://www.eclipse.org/legal/cpl-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= ${MASTER_SITE_SOURCEFORGE:=rubyeclipse/}
|
|
|
|
RUN_DEPENDS= :eclipse-sdk->=3.1:devel/eclipse/sdk\
|
|
:ruby-*:lang/ruby
|
|
|
|
USE_ZIP= Yes
|
|
NO_BUILD= Yes
|
|
NO_REGRESS= Yes
|
|
|
|
WRKDIST= ${WRKDIR}
|
|
|
|
do-install:
|
|
${INSTALL_DATA_DIR} ${PREFIX}/eclipse
|
|
cd ${WRKDIST} && tar cfL - features plugins | \
|
|
(cd ${PREFIX}/eclipse && tar -xf -)
|
|
|
|
.include <bsd.port.mk>
|