diff options
-rw-r--r-- | mk/mk.conf.example | 32 |
1 files changed, 16 insertions, 16 deletions
diff --git a/mk/mk.conf.example b/mk/mk.conf.example index de4db738960..ee2e0ad93b5 100644 --- a/mk/mk.conf.example +++ b/mk/mk.conf.example @@ -1,4 +1,4 @@ -# $NetBSD: mk.conf.example,v 1.183 2001/03/19 14:51:38 dmcmahill Exp $ +# $NetBSD: mk.conf.example,v 1.184 2001/03/19 14:53:11 dmcmahill Exp $ # # Sample /etc/mk.conf file, which can be used to set specific values @@ -126,40 +126,40 @@ # # Default: none +#ACCEPTABLE_LICENSES+= adobe-acrobat-license +# Enable it if you accept the usage policy for Adobe Acrobat +# and would like to build it. see pkgsrc/print/acroread. +#ACCEPTABLE_LICENSES+= csound-license +# Enable it if you accept the redistribution/use license for csound and would +# like to build csound. see pkgsrc/licenses/csound-license #ACCEPTABLE_LICENSES+= fee-based-commercial-use # Enable it if you are okay to build/use third-party software, which require # fees for commercial use (i.e. you are willing to pay, or you are # non-commercial). +#ACCEPTABLE_LICENSES+= kermit-license +# Enable it if you accept the redistribution license for ckermit and would +# like to build ckermit. see pkgsrc/licenses/kermit-license +#ACCEPTABLE_LICENSES+= limited-redistribution +# Enable it if you are okay to build/use third-party software, which has +# restriction on redistribution (i.e. you will obey the restriction on +# redistribution it imposes). #ACCEPTABLE_LICENSES+= no-commercial-use # Enable it if you are okay to build/use third-party software, which is not # for commercial use (i.e. you are non-commerical) #ACCEPTABLE_LICENSES+= no-profit # Enable it if you are okay to build/use third-party software, which is not # for for-profit use (i.e. you will use the software for non-profit purpose) -#ACCEPTABLE_LICENSES+= limited-redistribution -# Enable it if you are okay to build/use third-party software, which has -# restriction on redistribution (i.e. you will obey the restriction on -# redistribution it imposes). -#ACCEPTABLE_LICENSES+= shareware -# Enable it if you are okay to build/use shareware. -#ACCEPTABLE_LICENSES+= csound-license -# Enable it if you accept the redistribution/use license for csound and would -# like to build csound. see pkgsrc/licenses/csound-license -#ACCEPTABLE_LICENSES+= kermit-license -# Enable it if you accept the redistribution license for ckermit and would -# like to build ckermit. see pkgsrc/licenses/kermit-license #ACCEPTABLE_LICENSES+= opera-license # Enable it if you accept the redistribution license for opera and would # like to build opera. see pkgsrc/licenses/opera-license +#ACCEPTABLE_LICENSES+= shareware +# Enable it if you are okay to build/use shareware. #ACCEPTABLE_LICENSES+= sun-jsdk20-license # Enable it if you accept the download license for Sun JSDK and would # like to build Sun JSDK. see pkgsrc/lang/jdk. #ACCEPTABLE_LICENSES+= sun-swing-license # Enable it if you accept the download license for Sun's Swing (JFC) toolkit # and would like to build JFC. see pkgsrc/x11/swing. -#ACCEPTABLE_LICENSES+= adobe-acrobat-license -# Enable it if you accept the usage policy for Adobe Acrobat -# and would like to build it. see pkgsrc/print/acroread. #SPECIFIC_PKGS= # Don't use the default of all packages (from the top-level of the |