diff options
author | lioux <lioux@FreeBSD.org> | 2004-02-25 03:59:27 +0800 |
---|---|---|
committer | lioux <lioux@FreeBSD.org> | 2004-02-25 03:59:27 +0800 |
commit | 0dcd1a05051da2b85073817540b58bc3a156abe7 (patch) | |
tree | 2368e1765dc188f168443c308396d9da6ca5c242 /x11-themes/kde-icons-noia | |
parent | e1efa55c3b9e8ccec7ea4677cd5b4949c5d6a51a (diff) | |
download | freebsd-ports-gnome-0dcd1a05051da2b85073817540b58bc3a156abe7.tar.gz freebsd-ports-gnome-0dcd1a05051da2b85073817540b58bc3a156abe7.tar.zst freebsd-ports-gnome-0dcd1a05051da2b85073817540b58bc3a156abe7.zip |
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
Diffstat (limited to 'x11-themes/kde-icons-noia')
-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 \ |