freebsd-ports/java/dbvis/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

42 lines
1 KiB
Makefile

# Ports collection makefile for: DbVisualizer
# Date created: April 08, 2007
# Whom: Anton Yudin (<contact@toha.org.ua>)
#
# $FreeBSD$
#
PORTNAME= dbvis
PORTVERSION= 6.0.6
PORTREVISION= 1
CATEGORIES= java devel
MASTER_SITES= http://www.dbvis.com/product_download/dbvis/media/
DISTNAME= dbvis_unix_${PORTVERSION:S/./_/g}
MAINTAINER= contact@toha.org.ua
COMMENT= DbVisualizer database tool
BROKEN= Unfetchable
USE_JAVA= yes
JAVA_VERSION= 1.5+
NO_BUILD= yes
RESTRICTED= Redistribution is not permitted
PLIST_FILES= bin/dbvis
WRKSRC= DbVisualizer-${PORTVERSION}
do-install:
cd ${WRKDIR}/${WRKSRC} \
&& ${FIND} . -type d -exec ${MKDIR} ${DATADIR}/{} \; \
&& ${FIND} . -type f -exec ${INSTALL_DATA} {} ${DATADIR}/{} \; \
&& ${LN} -s ${DATADIR}/dbvis ${PREFIX}/bin/dbvis \
&& ${CHMOD} a+x ${DATADIR}/dbvis
post-install:
cd ${WRKDIR}/${WRKSRC} && \
${FIND} ${DATADIR} -not -type d \
| ${SED} -ne 's,^${PREFIX}/,,p' >> ${TMPPLIST}
${FIND} -d ${DATADIR} -type d \
| ${SED} -ne 's,^${PREFIX},@dirrm ,p' >> ${TMPPLIST}
.include <bsd.port.mk>