mirror of
https://git.freebsd.org/ports.git
synced 2025-07-18 01:39:16 -04: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
2 changed files with 3 additions and 6 deletions
|
@ -11,19 +11,16 @@ MASTER_SITES= http://arthur.barton.de/pub/${PORTNAME}/ \
|
||||||
MAINTAINER= fgsch@lodoss.net
|
MAINTAINER= fgsch@lodoss.net
|
||||||
COMMENT= Free open source daemon for Internet Relay Chat (IRC)
|
COMMENT= Free open source daemon for Internet Relay Chat (IRC)
|
||||||
|
|
||||||
LICENSE= GPLv2
|
LICENSE= GPLv2+
|
||||||
LICENSE_FILE= ${WRKSRC}/COPYING
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
||||||
|
|
||||||
USES= cpe tar:xz
|
USES= cpe localbase:ldflags tar:xz
|
||||||
GNU_CONFIGURE= yes
|
GNU_CONFIGURE= yes
|
||||||
USE_RC_SUBR= ngircd
|
USE_RC_SUBR= ngircd
|
||||||
|
|
||||||
CPE_VENDOR= barton
|
CPE_VENDOR= barton
|
||||||
CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/}
|
CPE_VERSION= ${PORTVERSION:C/^([0-9]+)$/\1.0/}
|
||||||
|
|
||||||
CPPFLAGS+= -I${LOCALBASE}/include
|
|
||||||
LDFLAGS+= -L${LOCALBASE}/lib
|
|
||||||
|
|
||||||
PORTDOCS= *
|
PORTDOCS= *
|
||||||
PLIST_FILES= etc/ngircd.conf.sample \
|
PLIST_FILES= etc/ngircd.conf.sample \
|
||||||
man/man5/ngircd.conf.5.gz \
|
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
|
and supports IPv6 as well as SSL. It is written from scratch and not
|
||||||
based on the original IRCd.
|
based on the original IRCd.
|
||||||
|
|
||||||
WWW: http://ngircd.barton.de/
|
WWW: https://ngircd.barton.de/
|
||||||
|
|
Loading…
Add table
Reference in a new issue