Browse Source

transfig: changed to generate Makefiles in a premake hook

stable/0.2
Christian Wiese 14 years ago
parent
commit
872cfb2341
  1. 5
      graphic/transfig/transfig.conf

5
graphic/transfig/transfig.conf

@ -19,8 +19,11 @@ hook_add preconf 5 'rm -f Makefile'
var_append makeopt " " "XFIGLIBDIR=$libdir/X11/xfig \
FIG2DEV_LIBDIR=$libdir/fig2dev"
# generate Makefiles
hook_add premake 5 'eval $MAKE $makeopt Makefiles'
makeinstopt="$makeopt"
var_append makeopt " " "Makefiles"
var_append makeinstopt " " "install install.man"

Loading…
Cancel
Save