freebsd-ports/databases/adstudio/Makefile
Thierry Thomas 028f1711c3 Add adstudio 4.0, a database query and administration tool.
Aqua Data Studio is a database query and administration tool that allows
developers to easily create, edit, and execute SQL scripts, as well as
browse and visually modify database structures. Aqua Data Studio provides
an integrated database environment with a single consistent interface to
all major relational databases.

It is free for personal or educational use, but a commercial license is
required for all other usages.
2005-02-12 08:43:32 +00:00

46 lines
1.0 KiB
Makefile

# New ports collection makefile for: adstudio
# Date created: 9 February 2005
# Whom: Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$
#
PORTNAME= adstudio
PORTVERSION= 4.0
CATEGORIES= databases devel java
MASTER_SITES= http://aquafold.fileburst.com/download/linux/
DISTNAME= ${PORTNAME}-novm
DIST_SUBDIR= ${PORTNAME}-${PORTVERSION}
MAINTAINER= thierry@FreeBSD.org
COMMENT= A database query and administration tool
USE_JAVA= yes
JAVA_VERSION= 1.4
NO_BUILD= yes
USE_REINPLACE= yes
RESTRICTED= "See <http://www.aquafold.com/licensing.html>"
NO_CDROM= ${RESTRICTED}
WRKSRC= ${WRKDIR}/datastudio
INSTFILES= License.txt PAD_FILE.XML changelog.txt datastudio.gif \
datastudio.ico lib license
pre-configure:
${REINPLACE_CMD} -e "s|%%ADS_HOME%%|${DATADIR}|" \
-e "s|^java |${JAVA} -Xmx256M |" ${WRKSRC}/datastudio.sh
do-install:
${MKDIR} ${DATADIR}
${CP} -R ${INSTFILES:S|^|${WRKSRC}/|} ${DATADIR}
${INSTALL_SCRIPT} ${WRKSRC}/datastudio.sh ${PREFIX}/bin
post-install:
@${ECHO_MSG}
@${CAT} ${PKGMESSAGE}
@${ECHO_MSG}
.include <bsd.port.mk>