diff options
author | eadler <eadler@FreeBSD.org> | 2012-03-13 12:20:49 +0800 |
---|---|---|
committer | eadler <eadler@FreeBSD.org> | 2012-03-13 12:20:49 +0800 |
commit | 1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0 (patch) | |
tree | e0b7ed00baf288c3385d0b9a0cafce61a188da45 /net/drawterm | |
parent | 2d5a7dc37087e37f4cd0cec508b86776b0b5d543 (diff) | |
download | freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.tar.gz freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.tar.zst freebsd-ports-gnome-1b03ac24ba05a9d54c7eca88e88e8f7ebc30e0a0.zip |
Add licences to ports
Submitted by: winstonw@lavabit.com (maintainer)
Feature safe: yes
Diffstat (limited to 'net/drawterm')
-rw-r--r-- | net/drawterm/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/net/drawterm/Makefile b/net/drawterm/Makefile index e43ab7879dbd..63bec6f92ed1 100644 --- a/net/drawterm/Makefile +++ b/net/drawterm/Makefile @@ -14,6 +14,9 @@ EXTRACT_SUFX= .tgz MAINTAINER= winstonw@lavabit.com COMMENT= Plan9 cpu client +# Additionally the Lucent Public License +LICENSE= MIT + USE_XORG= x11 xt PLIST_FILES= bin/drawterm |