Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 29 Jan 2003 19:39:40 +0100
From:      Roman Neuhauser <neuhauser@bellavista.cz>
To:        Toomas Aas <toomas.aas@raad.tartu.ee>
Cc:        Wiroth Didier <didier.wiroth@mcesr.etat.lu>, questions@freebsd.org
Subject:   Re: make fetch, recursive-fetch, package ... etc HOWTO?
Message-ID:  <20030129183940.GB896@freepuppy.bellavista.cz>
In-Reply-To: <200301291819.h0TIJiJ02369@lv.raad.tartu.ee>
References:  <web-712680@mcesr.etat.lu> <200301291819.h0TIJiJ02369@lv.raad.tartu.ee>

next in thread | previous in thread | raw e-mail | index | archive | help
# toomas.aas@raad.tartu.ee / 2003-01-29 20:18:55 +0200:
> > I've noticed that there are a lot of options with make for
> > example in the /usr/ports/ collections, is there a man,
> > howto or tutorial somewhere about this options? 
> 
> Amazingly enough, nobody on this thread has mentioned...
> 
> ..tadamm...
> 
> man ports

    because it's not all that useful?

    roman@freepuppy ~ 1075:0 > cd /usr/ports/mail/mutt-devel
    roman@freepuppy ports/mail/mutt-devel 1076:0 > grep DEPENDS Makefile
    BUILD_DEPENDS+= ispell:${PORTSDIR}/textproc/ispell
    RUN_DEPENDS=    ispell:${PORTSDIR}/textproc/ispell \
    LIB_DEPENDS=    intl.4:${PORTSDIR}/devel/gettext
    LIB_DEPENDS+=   ncurses.5:${PORTSDIR}/devel/ncurses
    LIB_DEPENDS+=   slang.1:${PORTSDIR}/devel/libslang
    LIB_DEPENDS+=   sasl.8:${PORTSDIR}/security/cyrus-sasl
    BUILD_DEPENDS+= sgmlfmt:${PORTSDIR}/textproc/sgmlformat
    roman@freepuppy ports/mail/mutt-devel 1077:0 > make pretty-print-build-depends-list
    This port requires package(s) "" to build.
    roman@freepuppy ports/mail/mutt-devel 1078:0 > man 7 ports|col -b|grep fetch-recursive 
    roman@freepuppy ports/mail/mutt-devel 1079:1 > 


-- 
If you cc me or remove the list(s) completely I'll most likely ignore
your message.    see http://www.eyrie.org./~eagle/faqs/questions.html

To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-questions" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20030129183940.GB896>