diff options
author | sylvio <sylvio@FreeBSD.org> | 2011-05-21 03:49:23 +0800 |
---|---|---|
committer | sylvio <sylvio@FreeBSD.org> | 2011-05-21 03:49:23 +0800 |
commit | f5233d8dabfcaad203df8577c99358b4afeedbc3 (patch) | |
tree | c89b308c9d708feb448bed4a9c537f5126b208fd /irc | |
parent | 7c5493c747aa9766d2ab1103124f86d5a4fbdb7e (diff) | |
download | freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.tar.gz freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.tar.zst freebsd-ports-gnome-f5233d8dabfcaad203df8577c99358b4afeedbc3.zip |
- Add license
Diffstat (limited to 'irc')
-rw-r--r-- | irc/ircproxy/Makefile | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/ircproxy/Makefile b/irc/ircproxy/Makefile index 83a3c288cd76..a78b96fafdea 100644 --- a/irc/ircproxy/Makefile +++ b/irc/ircproxy/Makefile @@ -15,6 +15,8 @@ COMMENT= An IRC proxy/bouncer daemon LIB_DEPENDS= cares.2:${PORTSDIR}/dns/c-ares +LICENSE= GPLv3 + USE_BZIP2= yes GNU_CONFIGURE= yes LDFLAGS+= -L${LOCALBASE}/lib |