mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-20 00:21:35 +00:00
- Fix LICENSE
- Switch to USES=localbase - Update WWW Approved by: portmgr blanket
This commit is contained in:
parent
babcfab1d2
commit
2b751a3842
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=476228
@ -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 \
|
||||
|
@ -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/
|
||||
|
Loading…
Reference in New Issue
Block a user