freebsd-ports/java/eclipse-sqlexplorer/Makefile
Greg Lewis 8d33496760 . Update the installation path for the new version of eclipse.
PR:		148671
Approved by:	maintainer timeout
2010-07-31 18:04:47 +00:00

37 lines
1 KiB
Makefile

# New ports collection makefile for: eclipse-sqlexplorer
# Date created: August 14, 2004
# Whom: sugimura@jp.FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= sqlexplorer
PORTVERSION= 2.2.4
PORTREVISION= 5
CATEGORIES= java
MASTER_SITES= SF/eclipsesql/SQL%20Explorer%20Plugin/${PORTVERSION}
PKGNAMEPREFIX= eclipse-
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
EXTRACT_SUFX= .zip
DIST_SUBDIR= eclipse
MAINTAINER= sugimura@jp.FreeBSD.ORG
COMMENT= A visual database query tool for Eclipse
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/lib/eclipse/features/org.eclipse.gef_3.3.2.v20080129/feature.xml:${PORTSDIR}/java/eclipse-gef
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} -p ${PREFIX}/lib/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/lib/eclipse
@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
| ${SED} -ne 's,^,lib/eclipse/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
| ${GREP} -vE '^plugins$$' \
| ${SED} -ne 's,^,@dirrm lib/eclipse/,p' >> ${TMPPLIST}
.include <bsd.port.mk>