summaryrefslogtreecommitdiffstats
path: root/devel/cmake/BUILD
blob: 226e57b7912b79a893976bad179f272f14aedad0 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
# Add the path to qmake here instead of DEPENDS.
# This depends on our installation, not user choice.
if echo "$OPTS" | grep -q -- -qt-gui; then
  OPTS="$OPTS --qt-qmake=$INSTALL_ROOT/opt/qt4/bin/qmake"
fi &&
./configure --prefix=${INSTALL_ROOT}/usr  \
           --datadir=/share/${SPELL}      \
            --docdir=/share/doc/${SPELL}  \
            --mandir=/share/man           \
            --parallel=${MAKE_NJOBS}      \
            $OPTS                         &&
make