1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-24 09:25:01 +00:00
freebsd-ports/java/eclipse-sqlexplorer/Makefile
Tim Bishop 5b2560de4d - Update to 2.2.4
- Use sourceforge mastersite
- Added dependency on eclipse-gef
- Automatically generate pkg-plist

PR:		88649
Submitted by:	SUGIMURA Takashi <sugimura@jp.FreeBSD.org> (maintainer)
Approved by:	clement (mentor)
2005-12-05 12:35:10 +00:00

39 lines
1.0 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= 1
CATEGORIES= java
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR= eclipsesql
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= ${LOCALBASE}/bin/eclipse:${PORTSDIR}/java/eclipse \
${LOCALBASE}/eclipse/features/org.eclipse.gef_3.1.1/feature.xml:${PORTSDIR}/java/eclipse-gef
NO_BUILD= yes
NO_WRKSUBDIR= yes
USE_ZIP= yes
do-install:
@${MKDIR} -p ${PREFIX}/eclipse
@${CP} -r ${WRKSRC}/plugins ${PREFIX}/eclipse
@(cd ${WRKSRC}; ${FIND} -s plugins -not -type d) \
| ${SED} -ne 's,^,eclipse/,p' >> ${TMPPLIST}
@(cd ${WRKSRC}; ${FIND} -s -d plugins -type d) \
| ${GREP} -vE '^plugins$$' \
| ${SED} -ne 's,^,@dirrm eclipse/,p' >> ${TMPPLIST}
.include <bsd.port.mk>