aboutsummaryrefslogtreecommitdiffstats
path: root/devel
diff options
context:
space:
mode:
authormarcus <marcus@FreeBSD.org>2004-10-17 14:45:52 +0800
committermarcus <marcus@FreeBSD.org>2004-10-17 14:45:52 +0800
commitfe76d0dd19e528597405317073c04173515ff584 (patch)
tree3d70829938a8306aa9dfcc0ae699baceb46cc5b7 /devel
parentc47f4d72ba596937f2d273c87b6aa8f7c254931b (diff)
downloadfreebsd-ports-gnome-fe76d0dd19e528597405317073c04173515ff584.tar.gz
freebsd-ports-gnome-fe76d0dd19e528597405317073c04173515ff584.tar.zst
freebsd-ports-gnome-fe76d0dd19e528597405317073c04173515ff584.zip
Add the new anjuta wrapper script that knows about the gnu-autotools.
Diffstat (limited to 'devel')
-rw-r--r--devel/anjuta/files/anjuta6
1 files changed, 6 insertions, 0 deletions
diff --git a/devel/anjuta/files/anjuta b/devel/anjuta/files/anjuta
new file mode 100644
index 000000000000..4c64959d2bed
--- /dev/null
+++ b/devel/anjuta/files/anjuta
@@ -0,0 +1,6 @@
+#!/bin/sh
+
+export PATH=%%LOCALBASE%%/gnu-autotools/bin:${PATH}
+export ACLOCAL_FLAGS="-I %%LOCALBASE%%/share/aclocal ${ACLOCAL_FLAGS}"
+
+exec "%%PREFIX%%/bin/anjuta-bin" "$@"