1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-25 09:34:11 +00:00
freebsd-ports/java/eclipse-quantum/Makefile
Norikatsu Shigemura e9f9782908 Change MAINTAINER from java@ to freebsd-eclipse@.
Noticed by:	Vizion <vizion@vizion.occoxmail.com>
2005-08-28 15:29:51 +00:00

35 lines
719 B
Makefile

# New ports collection makefile for: eclipse-quantum
# Date created: July 30, 2004
# Whom: gldisater@gldis.ca
#
# $FreeBSD$
#
PORTNAME= quantum
PORTVERSION= 2.4.1
PORTREVISION= 2
CATEGORIES= java devel
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= quantum
PKGNAMEPREFIX= eclipse-
DISTNAME= quantum${PORTVERSION}_e3.0
DIST_SUBDIR= eclipse
MAINTAINER= freebsd-eclipse@FreeBSD.org
COMMENT= Database access and SQL editor for the Eclipse IDE
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse
NO_WRKSUBDIR= yes
NO_BUILD= yes
NO_EXTRACT= yes
USE_JAVA= yes
JAVA_VERSION= 1.4+
USE_ZIP= yes
do-install:
@${MKDIR} ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
.include <bsd.port.mk>