1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-19 08:13:21 +00:00
freebsd-ports/www/grails/files/set-grails_home.sed.in
Beech Rintoul 02f6020b82 - New port grails-1.0.1
Grails aims to bring the "coding by convention" paradigm to Groovy. It's an
open-source web application framework that leverages the Groovy language and
complements Java Web development. You can use Grails as a standalone
development environment that hides all configuration details or integrate your
Java business logic. Grails aims to make development as simple as possible and
hence should appeal to a wide range of developers not just those from the
Java community.

PR:		ports/121588
Submitted by:	Mitchell Smith <mjs at bur.st>
2008-03-11 20:10:29 +00:00

6 lines
169 B
Sed

# $FreeBSD$
14i\
: ${GRAILS_HOME="%%DATADIR%%"}
14i\
[ -z "${JAVA_HOME}" ] && JAVA_HOME="`env JAVAVM_DRYRUN=yes %%LOCALBASE%%/bin/java | grep '^JAVA_HOME' | cut -c11-`"