tmkfile - mkports - recipes for building multiple softwares with mk(1)
(HTM) git clone git://z3bra.org/mkports
(DIR) Log
(DIR) Files
(DIR) Refs
---
tmkfile (324B)
---
1 pkg = libdb
2 ver = 5.3.28
3 url = http://download.oracle.com/berkeley-db/db-$ver.tar.gz
4 <../default.mk
5
6 CLENAUP = docs
7
8 build:V: fetch patch
9 #cd $WORK/$pkg-$ver/build_unix
10 #../dist/configure $CONFIGURE
11 cd $WORK/$pkg-$ver
12 ./dist/configure $CONFIGURE
13 make -j${NPROC} CC="$CC" ${MAKEFLAGS}