diff options
author | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
---|---|---|
committer | mm <mm@FreeBSD.org> | 2011-03-23 23:53:22 +0800 |
commit | 2d8dfecd9bef3b850f2cac24358872a1ec5d9522 (patch) | |
tree | 01f7b01109af1e01a56d6eb98ab2b351c00a5a69 /net-im/mu-conference | |
parent | afe12c0066660248e95ae225e1b1cd3d085943aa (diff) | |
download | freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.gz freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.tar.zst freebsd-ports-gnome-2d8dfecd9bef3b850f2cac24358872a1ec5d9522.zip |
- Add LICENSE knob(s)
Diffstat (limited to 'net-im/mu-conference')
-rw-r--r-- | net-im/mu-conference/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/net-im/mu-conference/Makefile b/net-im/mu-conference/Makefile index 2867861ae124..03a522fd9438 100644 --- a/net-im/mu-conference/Makefile +++ b/net-im/mu-conference/Makefile @@ -17,6 +17,9 @@ COMMENT= Multi-User Conferencing component for Jabber LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \ idn.17:${PORTSDIR}/dns/libidn +LICENSE= GPLv2 +LICENSE_FILE= ${WRKSRC}/COPYING + USE_GNOME= glib20 pkgconfig USE_RC_SUBR= ${PORTNAME} @@ -28,7 +31,7 @@ OPTIONS= MYSQL "Enable MySQL support" off \ SUB_FILES+= pkg-message README.FreeBSD.jabberd14 \ README.FreeBSD.jabberd2 README.FreeBSD.external -DOCFILES= AUTHORS COPYING ChangeLog FAQ LICENSE README TODO \ +DOCFILES= AUTHORS ChangeLog FAQ LICENSE README TODO \ XEP0045_SUPPORT muc-default.xml style.css PORTDOCS= * |