diff options
author | ashish <ashish@FreeBSD.org> | 2010-09-28 21:14:59 +0800 |
---|---|---|
committer | ashish <ashish@FreeBSD.org> | 2010-09-28 21:14:59 +0800 |
commit | efb8a95df2d9e3e05815a4f7a9fe101b9765b66b (patch) | |
tree | 686ad7502b7ba6f49c57d6129f2bc244a3bfd199 /irc/irssi-otr | |
parent | e82447d696fe2aab403aab96095d034a4e032949 (diff) | |
download | freebsd-ports-gnome-efb8a95df2d9e3e05815a4f7a9fe101b9765b66b.tar.gz freebsd-ports-gnome-efb8a95df2d9e3e05815a4f7a9fe101b9765b66b.tar.zst freebsd-ports-gnome-efb8a95df2d9e3e05815a4f7a9fe101b9765b66b.zip |
- Add LICENSE.
Submitted by: swell.k at gmail.com
Approved by: pgj (mentor, implicit)
Diffstat (limited to 'irc/irssi-otr')
-rw-r--r-- | irc/irssi-otr/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/irssi-otr/Makefile b/irc/irssi-otr/Makefile index 7a5a97d1079c..743931861013 100644 --- a/irc/irssi-otr/Makefile +++ b/irc/irssi-otr/Makefile @@ -21,6 +21,9 @@ LIB_DEPENDS= otr.4:${PORTSDIR}/security/libotr \ gcrypt.17:${PORTSDIR}/security/libgcrypt RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/LICENSE + USE_CMAKE= yes USE_LDCONFIG= yes USE_GNOME= glib20 |