summaryrefslogtreecommitdiff
path: root/math/fudgit/scripts/configure
blob: bce997527a3a36d0c8af95b215950acad74b8d8d (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/sh

cd $WRKSRC || exit 1;

cat >> Makefile << END

BINDIR=$PREFIX/bin
LIBDIR=$PREFIX/lib/fudgit
MANDIR=$PREFIX/man/man1
DLLRL = -Duse-dll-readline

all: freebsd

END

exit 0;