diff options
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | databases/libudbc/Makefile | 4 |
2 files changed, 6 insertions, 0 deletions
@@ -137,6 +137,8 @@ l0phtcrack ports/security/l0phtcrack Parts are under GPL, so binaries should not be distributed. Contains crypto from OpenSSL. +libudbc ports/databases/libudbc Downloading and redistribution + terms are unclear. lsh* ports/security/lsh Crypto; export-controlled mew-*.tar.gz ports/mail/mew ITAR export-controlled (hooks to pgp) diff --git a/databases/libudbc/Makefile b/databases/libudbc/Makefile index 494be6cb0299..2a7df9e4ba88 100644 --- a/databases/libudbc/Makefile +++ b/databases/libudbc/Makefile @@ -20,6 +20,10 @@ NO_BUILD= yes INSTALLS_SHLIB= yes ONLY_FOR_ARCHS= i386 +RESTRICTED= 'Downloading and redistribution terms are unclear' +NO_CDROM= 'Downloading and redistribution terms are unclear' +NO_PACKAGE= 'Downloading and redistribution terms are unclear' + do-install: @${INSTALL_PROGRAM} ${WRKDIR}/udbcsdk/examples/udbctest ${PREFIX}/bin @${MKDIR} ${PREFIX}/include/udbc |