From 8cc46d2efd37486e7d416728305100301e8e0c5f Mon Sep 17 00:00:00 2001 From: Mario Sergio Fujikawa Ferreira Date: Tue, 24 Feb 2004 19:59:27 +0000 Subject: [PATCH] o All kde-icons-* ports will be marked both RESTRICTED and NO_PACKAGE per default as of now with the following message: "It may contain iconic, visual, graphical or other elements that may not be distributed without the consent of either the trademark or the patent holder" o Any kde-icons-* port that wants to disable such restrictions has only to define WITHOUT_RESTRICTIONS within its port Makefile Reviewed by: markus, #kde-freebsd users Suggested by: lofi --- x11-themes/kde-icons-noia/Makefile.icons | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/x11-themes/kde-icons-noia/Makefile.icons b/x11-themes/kde-icons-noia/Makefile.icons index 162b90ea737d..659a8f830ac3 100644 --- a/x11-themes/kde-icons-noia/Makefile.icons +++ b/x11-themes/kde-icons-noia/Makefile.icons @@ -20,6 +20,14 @@ PLIST_SUB+= DIRNAME="${PORT_SHAREDIR}" # default installation directory PORT_SHAREDIR?= ${DISTNAME} +.ifndef(WITHOUT_RESTRICTIONS) +RESTRICTED?= It may contain iconic, visual, graphical or other\ + elements that may not be distributed without the\ + consent of either the trademark or the patent holder + +NO_PACKAGE?= ${RESTRICTED} +.endif + post-patch: # correctly inherits crystal per default @${REINPLACE_CMD} -E \