summaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnomeng.mk
Commit message (Collapse)AuthorAgeFilesLines
* 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-111-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-041-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@
OpenPOWER on IntegriCloud