15945f8122
to GCC 4.8.3. Part II, Bump PORTREVISIONs. PR: 192025 Tested by: antoine (-exp runs) Approved by: portmgr (implicit)
32 lines
920 B
Makefile
32 lines
920 B
Makefile
# Created by: sugimura@jp.FreeBSD.org
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= sqlexplorer
|
|
PORTVERSION= 2.2.4
|
|
PORTREVISION= 6
|
|
CATEGORIES= java
|
|
MASTER_SITES= SF/eclipsesql/SQL%20Explorer%20Plugin/${PORTVERSION}
|
|
PKGNAMEPREFIX= eclipse-
|
|
DISTNAME= net.sourceforge.${PORTNAME}_${PORTVERSION}
|
|
DIST_SUBDIR= eclipse
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= Visual database query tool for Eclipse
|
|
|
|
RUN_DEPENDS= eclipse:${PORTSDIR}/java/eclipse \
|
|
${LOCALBASE}/share/eclipse/dropins/gef:${PORTSDIR}/java/eclipse-gef
|
|
|
|
USES= zip
|
|
NO_BUILD= yes
|
|
NO_WRKSUBDIR= yes
|
|
|
|
do-install:
|
|
@${MKDIR} -p ${STAGEDIR}${PREFIX}/lib/eclipse
|
|
@${CP} -r ${WRKSRC}/plugins ${STAGEDIR}${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>
|