diff options
author | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 19:59:27 +0000 |
---|---|---|
committer | Mario Sergio Fujikawa Ferreira <lioux@FreeBSD.org> | 2004-02-24 19:59:27 +0000 |
commit | 8cc46d2efd37486e7d416728305100301e8e0c5f (patch) | |
tree | b90845a6f3f640a2fa89b9999745c2abb5a9fac3 | |
parent | State that we are unsure about licensing status of "kde-icons-*" (diff) |
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
Notes
Notes:
svn path=/head/; revision=102006
-rw-r--r-- | x11-themes/kde-icons-noia/Makefile.icons | 8 |
1 files changed, 8 insertions, 0 deletions
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 \ |