mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-14 03:10:47 +00:00
7c354b1913
suppress any reference to JAVA_VERSION= 1.5+ (part2)
38 lines
1.1 KiB
Makefile
38 lines
1.1 KiB
Makefile
# Created by: gldisater@gldis.ca
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= quantum
|
|
PORTVERSION= 3.0.1
|
|
PORTREVISION= 4
|
|
CATEGORIES= java devel
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}-plugin/${PORTVERSION}
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= com.quantum.feature_${PORTVERSION}.bin.dist
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= freebsd-eclipse@FreeBSD.org
|
|
COMMENT= Database access and SQL editor for the Eclipse IDE
|
|
|
|
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
|
|
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
|
|
|
|
NO_WRKSUBDIR= yes
|
|
NO_BUILD= yes
|
|
NO_EXTRACT= yes
|
|
USE_JAVA= yes
|
|
JAVA_VERSION= 1.6+
|
|
USE_ZIP= yes
|
|
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
|
|
|
|
do-install:
|
|
@${MKDIR} ${PREFIX}/lib/eclipse
|
|
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
|
|
@${CP} -r ${WRKSRC}/features ${PREFIX}/lib/eclipse
|
|
|
|
.include <bsd.port.mk>
|