aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnomeng.mk
Commit message (Collapse)AuthorAgeFilesLines
* Hack up some of the conditionals so that they work with older versions ofmarcus2002-10-101-9/+17
| | | | | | make. PR: 43813
* * Add the ability to specify WITH/WITHOUT_GNOME macros with a list ofmarcus2002-10-081-2/+12
| | | | | | | | | | | | | | | | | | | | | | | | | | | | components to build or not build with. For example: # make WITHOUT_GNOME=esound Will build a port that can optionally use esound support, without it. You can also specify multiple components separated with a space: # make WITHOUT_GNOME="esound gnomelibs" The converse is true for WITH_GNOME. Note, that this is backwards compatible with the old WITH/WITHOUT_GNOME macros. That is, # make -DWITHOUT_GNOME Will turn off all optional GNOME components. Also, # make WITHOUT_GNOME=yes Will do the same thing. * Mark a port BROKEN if it includes an unknown GNOME component [1] PR: 41873 [1] Submitted by: Edwin Groothuis <edwin@mavetju.org> [1] Not objected to by: sobomax
* Make sure gtk-doc support is disabled even for ports that don't support themarcus2002-09-121-0/+1
| | | | | | | --disable-gtk-doc option. PR: 42616 Reviewed by: sobomax
* Make ports that install gconf data PREFIX-safe.marcus2002-07-251-1/+2
| | | | Discussed with: sobomax
* Add $FreeBSD$.sobomax2002-07-151-0/+4
|
* Correct gtkhtml dependencies: ghttp --> libghttp.sobomax2002-07-141-1/+1
|
* Ensure that HAVE_GNOME is always defined, to make detection of optionalsobomax2002-07-121-1/+2
| | | | gnome components easier and update example accordingly.
* Correct LIB_DEPENDS for libpanel.sobomax2002-07-101-1/+1
|
* Use libpanel instead of gnomecore. Remove all foo_PKGNAMESUFFIX'es, becausesobomax2002-07-101-28/+4
| | | | they aren't going to be used anyway.
* Use libcapplet instead of gnomecc.sobomax2002-07-101-7/+7
|
* - Remove duplicate gnomeaudio entry from _USE_GNOME_ALL;sobomax2002-07-101-7/+8
| | | | - make support for gnome-optional ports more robust.
* Numerous improvements and cleanups:sobomax2002-07-091-16/+15
| | | | | | | | | | | - Add missed gnomeaudio into _USE_GNOME_ALL; - refine dependencies for all components; - add new redefineable knob GNOME_HTML_DIR, which allows to override value of --with-html-dir configure argument; - remove USE_REINPLACE workaround - real fix was just committed into bsd.port.mk; - improve example of gnome-optional port's logick; - improve conditions when PLIST_SUB is defined for gnome-optional ports.
* Provide temporary workaround for problem with USE_REINPLACE in portssobomax2002-07-051-0/+4
| | | | | | | converted to USE_GNOMENG. The real fix for bsd.port.mk will be committed later, after portmgr@ approval. Prompted by: Rasmus Skaarup <mfbsd@skaarup.org>
* Correct typo: gtk12 --> glib12sobomax2002-07-051-1/+1
|
* oaf requires gtk12, orbit and libxml, not gnomelibssobomax2002-07-051-1/+1
|
* gtk12 shouldn't imply gnomehier.sobomax2002-07-051-1/+1
|
* Add bsd.gnomeng.mk - a new framework for GNOME ports, which will allowsobomax2002-07-041-0/+303
to make GNOME1 platform more modular and will eventually replace bsd.gnome.mk completely. For the time being, it should be explicitly activated by the USE_GNOMENG knob, so that it is possible to do gradual conversion. Reviewed by: marcus, gnome@