aboutsummaryrefslogtreecommitdiffstats
path: root/Mk/bsd.gnome.mk
diff options
context:
space:
mode:
authorsobomax <sobomax@FreeBSD.org>2002-07-04 19:50:03 +0800
committersobomax <sobomax@FreeBSD.org>2002-07-04 19:50:03 +0800
commite630279488a643924ba8d5f2d046516795a649de (patch)
treee26364c0449a8d6b578f66b2e6959556d492861e /Mk/bsd.gnome.mk
parentf6aab606661263deff0e7dd5ab75a71fc967b014 (diff)
downloadfreebsd-ports-gnome-e630279488a643924ba8d5f2d046516795a649de.tar.gz
freebsd-ports-gnome-e630279488a643924ba8d5f2d046516795a649de.tar.zst
freebsd-ports-gnome-e630279488a643924ba8d5f2d046516795a649de.zip
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@
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