summaryrefslogtreecommitdiff
path: root/irc
diff options
context:
space:
mode:
authorMark Felder <feld@FreeBSD.org>2015-04-23 19:47:16 +0000
committerMark Felder <feld@FreeBSD.org>2015-04-23 19:47:16 +0000
commit9fb44b302abffe47dc57aa375c190a2f24397d55 (patch)
tree127e8bce7ad7de7a6c68c14af4056af65b72c972 /irc
parentAt some point, LDFLAGS got lost; reintroduce it, because it is required (diff)
Add LICENSE
Notes
Notes: svn path=/head/; revision=384604
Diffstat (limited to 'irc')
-rw-r--r--irc/anope/Makefile2
1 files changed, 2 insertions, 0 deletions
diff --git a/irc/anope/Makefile b/irc/anope/Makefile
index 928e260e0a62..dc517d07d204 100644
--- a/irc/anope/Makefile
+++ b/irc/anope/Makefile
@@ -9,6 +9,8 @@ CATEGORIES= irc
MAINTAINER= feld@FreeBSD.org
COMMENT= Set of IRC services for IRC networks
+LICENSE= GPLv2
+
USES= cmake:outsource shebangfix
CMAKE_ARGS+= -DINSTDIR:STRING="${LOCALBASE}/anope"
CPPFLAGS+= "-I${LOCALBASE}/include"