diff options
author | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 07:01:50 +0000 |
---|---|---|
committer | Trevor Johnson <trevor@FreeBSD.org> | 2000-12-31 07:01:50 +0000 |
commit | 31547f2f429bdd19ff01fb07a0dbe2f7468b634f (patch) | |
tree | 78d25ec79ea8d8da338bce7075f3863964ca8bac | |
parent | 7c09c310d56b9c3863c25250743ce42be475eefb (diff) | |
download | freebsd-ports-31547f2f429bdd19ff01fb07a0dbe2f7468b634f.zip |
Add NO_CDROM and NO_PACKAGE to www/Mosaic port, to conform to the license.
-rw-r--r-- | LEGAL | 2 | ||||
-rw-r--r-- | www/Mosaic/Makefile | 2 |
2 files changed, 4 insertions, 0 deletions
@@ -137,6 +137,8 @@ molden ports/biology/molden free for academic, non profit usage do not re-distribute source and executable +Mmsaic ports/www/Mosaic Do not sell. Do not distribute + binaries. mmosaic ports/www/mmosaic Do not sell (per NCSA). Do not distribute binary (GPL/BSD conflict). diff --git a/www/Mosaic/Makefile b/www/Mosaic/Makefile index 995d0b9646c2..7728b434333f 100644 --- a/www/Mosaic/Makefile +++ b/www/Mosaic/Makefile @@ -16,6 +16,8 @@ MAINTAINER= ports@FreeBSD.org LIB_DEPENDS= jpeg.9:${PORTSDIR}/graphics/jpeg \ png.4:${PORTSDIR}/graphics/png +NO_CDROM= "http://www.ncsa.uiuc.edu/SDG/Software/Mosaic/License/LicenseInfo.html" +NO_PACKAGE= ${NO_CDROM} USE_MOTIF= yes WRKSRC= ${WRKDIR}/Mosaic-src ALL_TARGET= bsdi |