summaryrefslogtreecommitdiffstats
path: root/Mk
diff options
context:
space:
mode:
authorzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 21:28:11 +0800
committerzeising <zeising@058c260c-8361-11dd-a0ac-aa2bafec7d09>2013-04-17 21:28:11 +0800
commitace9832a86eeeefc6400217b3bb8f00749c19ed0 (patch)
tree19286f75661b34611a3e01ae96380656f9efb37d /Mk
parent910d7537dfc5c4a38b382ee940d89544bd6b0252 (diff)
downloadxorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar.gz
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar.bz2
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar.lz
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar.xz
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.tar.zst
xorg-devel-ports-ace9832a86eeeefc6400217b3bb8f00749c19ed0.zip
Add a separate XORG_CAT category, macros, to use with xorg-macros. Make all
ports defining XORG_CAT to something other than macros depend on xorg-macros. Swtich xorg-macros to the new category. While here, update some more comments. git-svn-id: https://trillian.chruetertee.ch/svn/ports/trunk@828 058c260c-8361-11dd-a0ac-aa2bafec7d09
Diffstat (limited to 'Mk')
-rw-r--r--Mk/bsd.xorg.mk7
1 files changed, 6 insertions, 1 deletions
diff --git a/Mk/bsd.xorg.mk b/Mk/bsd.xorg.mk
index d2581b7..5c64b06 100644
--- a/Mk/bsd.xorg.mk
+++ b/Mk/bsd.xorg.mk
@@ -18,7 +18,8 @@ Xorg_Pre_Include= bsd.xorg.mk
# Some notes:
#
# app - Installs applications, no shared libraries.
-# data - nothing I could factorize
+# macros - special category for xorg-macros.
+# data - Installs only data.
# doc - no particular notes
# driver - input depends on inputproto/randrproto at least
# video depends on randrproto/renderproto at least
@@ -42,6 +43,10 @@ MASTER_SITE_SUBDIR?= individual/${XORG_CAT}
# then continues the build.
USE_PKGCONFIG= build
+. if ${XORG_CAT} != "macros"
+USE_XORG+= xorg-macros
+. endif
+
. if ${XORG_CAT} == "app"
# Nothing at the moment
. endif