diff options
author | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-17 19:49:05 +0000 |
---|---|---|
committer | Sunpoet Po-Chuan Hsieh <sunpoet@FreeBSD.org> | 2015-04-17 19:49:05 +0000 |
commit | bf595f41477ff708066e6fe9c97ed79af75a7d98 (patch) | |
tree | cf4d8c84ccd8250411eab35aac9222d2ecfe2e51 /irc/bitchx | |
parent | 98e890a3ada3c4fab8ed04061a8ec9f8c7451ae0 (diff) |
Notes
Diffstat (limited to 'irc/bitchx')
-rw-r--r-- | irc/bitchx/Makefile | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/irc/bitchx/Makefile b/irc/bitchx/Makefile index 0a1eb9e72d90..93988b1777a9 100644 --- a/irc/bitchx/Makefile +++ b/irc/bitchx/Makefile @@ -11,6 +11,9 @@ MAINTAINER= dan.mashal@gmail.com # Co-maintainer: Chris Petrik <chris@bsdjunk.com> (PR/181627) COMMENT= Feature-rich scriptable IRC client +LICENSE= BSD3CLAUSE +LICENSE_FILE= ${WRKSRC}/COPYRIGHT + USES= cpe gmake GNU_CONFIGURE= yes CONFIGURE_ARGS+=--exec-prefix="${PREFIX}/share" \ |