diff --git a/irc/ngircd/Makefile b/irc/ngircd/Makefile index e51bbe560a47..b45357b481c0 100644 --- a/irc/ngircd/Makefile +++ b/irc/ngircd/Makefile @@ -11,19 +11,16 @@ MASTER_SITES= http://arthur.barton.de/pub/${PORTNAME}/ \ MAINTAINER= fgsch@lodoss.net COMMENT= Free open source daemon for Internet Relay Chat (IRC) -LICENSE= GPLv2 +LICENSE= GPLv2+ LICENSE_FILE= ${WRKSRC}/COPYING -USES= cpe tar:xz +USES= cpe localbase:ldflags tar:xz GNU_CONFIGURE= yes USE_RC_SUBR= ngircd CPE_VENDOR= barton CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/} -CPPFLAGS+= -I${LOCALBASE}/include -LDFLAGS+= -L${LOCALBASE}/lib - PORTDOCS= * PLIST_FILES= etc/ngircd.conf.sample \ man/man5/ngircd.conf.5.gz \ diff --git a/irc/ngircd/pkg-descr b/irc/ngircd/pkg-descr index 968dddd2203e..67e8cd053000 100644 --- a/irc/ngircd/pkg-descr +++ b/irc/ngircd/pkg-descr @@ -4,4 +4,4 @@ License. It is simple to configure, can cope with dynamic IP addresses, and supports IPv6 as well as SSL. It is written from scratch and not based on the original IRCd. -WWW: http://ngircd.barton.de/ +WWW: https://ngircd.barton.de/