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
This commit is contained in:
Mario Sergio Fujikawa Ferreira 2004-02-24 19:59:27 +00:00
parent 791134ab56
commit 8cc46d2efd
Notes: svn2git 2021-03-31 03:12:20 +00:00
svn path=/head/; revision=102006

View file

@ -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 \