hello there,

some more info..

what this metaport is trying to do is quite simple
in theory:

fetch a
fetch b
fetch c
configure a
build a
configure b
build b
copy c
make package a_b_c-v1.0


would it be possible to divide this port up into subdirectories,
like
        SUBDIR += a
        SUBDIR += b
        SUBDIR += c

and could then Makefile.inc combine them into this metapackage
in the end?  or is this a good approach only when all the SUBDIR
packages are independent and are meant to be installed independently?

-f
-- 
nobody can be exactly like me.  even i have trouble doing so.

Reply via email to