diff options
author | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:49:05 +0800 |
---|---|---|
committer | sunpoet <sunpoet@FreeBSD.org> | 2015-04-18 03:49:05 +0800 |
commit | 7d7b70c5e35afaf5a3f6977cce51fb68139260b8 (patch) | |
tree | cf4d8c84ccd8250411eab35aac9222d2ecfe2e51 /irc/bitchx/Makefile | |
parent | 6ade39fecc87a155ed12d0cb67b796fa9ca7e9c6 (diff) | |
download | freebsd-ports-gnome-7d7b70c5e35afaf5a3f6977cce51fb68139260b8.tar.gz freebsd-ports-gnome-7d7b70c5e35afaf5a3f6977cce51fb68139260b8.tar.zst freebsd-ports-gnome-7d7b70c5e35afaf5a3f6977cce51fb68139260b8.zip |
- Add LICENSE
PR: 199492
Submitted by: Chris Petrik <chris@bsdjunk.com> (co-maintainer)
Diffstat (limited to 'irc/bitchx/Makefile')
-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" \ |