diff options
Diffstat (limited to 'irc')
-rw-r--r-- | irc/anope/Makefile | 2 |
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" |