2004-09-03 22:49:39 +02:00
|
|
|
# New ports collection makefile for: eclipse-quantum
|
|
|
|
# Date created: July 30, 2004
|
|
|
|
# Whom: gldisater@gldis.ca
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= quantum
|
2005-10-22 00:32:08 +02:00
|
|
|
PORTVERSION= 3.0.0
|
2004-09-03 22:49:39 +02:00
|
|
|
CATEGORIES= java devel
|
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= quantum
|
|
|
|
PKGNAMEPREFIX= eclipse-
|
2005-10-22 00:32:08 +02:00
|
|
|
DISTNAME= com.quantum.feature_${PORTVERSION}.bin.dist
|
2004-09-03 22:49:39 +02:00
|
|
|
DIST_SUBDIR= eclipse
|
|
|
|
|
2005-08-28 17:29:51 +02:00
|
|
|
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
2004-09-03 22:49:39 +02:00
|
|
|
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
|
2005-10-22 00:32:08 +02:00
|
|
|
PLIST_SUB+= VERSION=${PORTVERSION}
|
|
|
|
|
|
|
|
post-extract:
|
|
|
|
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/Thumbs.db
|
|
|
|
@${RM} ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/unused/Thumbs.db
|
|
|
|
@${RM} -rf ${WRKSRC}/plugins/com.quantum.Quantum_${PORTVERSION}/icons/.xvpics
|
2004-09-03 22:49:39 +02:00
|
|
|
|
|
|
|
do-install:
|
|
|
|
@${MKDIR} ${PREFIX}/eclipse
|
|
|
|
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
|
2005-10-22 00:32:08 +02:00
|
|
|
@${CP} -r ${WRKSRC}/features ${PREFIX}/eclipse
|
2004-09-03 22:49:39 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|