diff options
author | feld <feld@FreeBSD.org> | 2015-04-24 03:47:16 +0800 |
---|---|---|
committer | feld <feld@FreeBSD.org> | 2015-04-24 03:47:16 +0800 |
commit | 679a8ba09e6703a3ebf8b6480b083c195ab35fc7 (patch) | |
tree | 127e8bce7ad7de7a6c68c14af4056af65b72c972 /irc | |
parent | c2fe4824533c2fbb90cccf0a310ca303a6a4e7b9 (diff) | |
download | freebsd-ports-gnome-679a8ba09e6703a3ebf8b6480b083c195ab35fc7.tar.gz freebsd-ports-gnome-679a8ba09e6703a3ebf8b6480b083c195ab35fc7.tar.zst freebsd-ports-gnome-679a8ba09e6703a3ebf8b6480b083c195ab35fc7.zip |
Add LICENSE
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" |