summaryrefslogtreecommitdiff
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorMaxim Sobolev <sobomax@FreeBSD.org>2002-07-04 11:50:03 +0000
committerMaxim Sobolev <sobomax@FreeBSD.org>2002-07-04 11:50:03 +0000
commit1f6b5527a57154e5abf7fd8890fdad5345e617ff (patch)
tree469a2e9cf6308127c816c54b8842a6474766f55a /Mk/bsd.gnome.mk
parentFix for new XForms version. (diff)
Add bsd.gnomeng.mk - a new framework for GNOME ports, which will allow
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@
Notes
Notes: svn path=/head/; revision=62427
Diffstat (limited to 'Mk/bsd.gnome.mk')
-rw-r--r--Mk/bsd.gnome.mk4
1 files changed, 4 insertions, 0 deletions
diff --git a/Mk/bsd.gnome.mk b/Mk/bsd.gnome.mk
index d5f8b152fcc6..7963c8322cf3 100644
--- a/Mk/bsd.gnome.mk
+++ b/Mk/bsd.gnome.mk
@@ -6,6 +6,7 @@
#
# Please view me with 4 column tabs!
+.if !defined(USE_GNOMENG)
.if !defined(_POSTMKINCLUDED)
# Please make sure all changes to this file are past through the maintainer.
@@ -351,3 +352,6 @@ pre-install::
.endif
# End of use part.
+.else
+.include "${PORTSDIR}/Mk/bsd.gnomeng.mk"
+.endif