Date: Sat, 16 Sep 2006 16:00:24 +0100 From: Adam Retter <adam@adamretter.eclipse.co.uk> To: freebsd-ports@freebsd.org Subject: port for eXist (Java) with no build step Message-ID: <1158418824.53100.5.camel@funkalicious.home.dom>
next in thread | raw e-mail | index | archive | help
--=-UOOuvUmDf870PFnG4O6U Content-Type: text/plain Content-Transfer-Encoding: 7bit Hello chaps, I am tying to create a port for the eXist XML Native Database, when you download eXist it comes as an izPack installer jar file. I have created a Makefile for my port which correctly downloads the jar into /usr/ports/distfiles and requires diablo jdk 1.5. Now what I want to do in my Makefile is skip the build step and run the following command - java -jar /usr/ports/distfiles/{$PORTNAME}-{$PORTVERSION}.{EXTRACT_SUFFIX} org.exist.izpack.CommandLineInstaller -p /usr/local/eXist Which will install eXist into /usr/local/eXist. The eXist distribution includes both a compiled ready to run version and the src files. So how can I skip the build step and run that command to install the distribution. Also im wondering on the best way to generate either a static or dynamic pkg-list for this type of deployment? Attached is my currect Makefile (work in progress). Thanks Adam. --=-UOOuvUmDf870PFnG4O6U--
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?1158418824.53100.5.camel>