895e23ed69
Also cleanups from portlint, etc. PR: 287052
55 lines
1.3 KiB
Makefile
55 lines
1.3 KiB
Makefile
PORTNAME= atheme-services
|
|
PORTVERSION= 7.2.12
|
|
PORTREVISION= 1
|
|
CATEGORIES= irc net
|
|
MASTER_SITES= https://github.com/atheme/atheme/releases/download/v${PORTVERSION}/
|
|
DISTNAME= atheme-services-v${PORTVERSION}
|
|
|
|
MAINTAINER= tdb@FreeBSD.org
|
|
COMMENT= Set of services for IRC networks
|
|
WWW= https://atheme.github.io/atheme.html
|
|
|
|
LICENSE= ISCL
|
|
LICENSE_FILE= ${WRKSRC}/COPYING
|
|
|
|
LIB_DEPENDS= libmowgli-2.so:devel/libmowgli2
|
|
|
|
USES= cpe gmake localbase pathfix pkgconfig ssl tar:xz
|
|
CPE_PRODUCT= atheme
|
|
PATHFIX_MAKEFILEIN= Makefile
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= ${PORTNAME}
|
|
|
|
GNU_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --disable-gtk-doc \
|
|
--enable-fhs-paths \
|
|
--enable-large-net \
|
|
--localstatedir=/var \
|
|
--sysconfdir=${PREFIX}/etc/atheme
|
|
|
|
CONFLICTS_INSTALL= lifelines
|
|
|
|
USERS= ircservices
|
|
GROUPS= ircservices
|
|
|
|
OPTIONS_DEFINE= CONTRIB CRACKLIB DOCS LDAP NLS PCRE PERL
|
|
OPTIONS_DEFAULT= CRACKLIB LDAP PCRE PERL
|
|
OPTIONS_SUB= yes
|
|
|
|
CONTRIB_DESC= Enable contrib modules
|
|
CRACKLIB_DESC= Use cracklib for checking password strength
|
|
|
|
CONTRIB_CONFIGURE_ENABLE= contrib
|
|
CRACKLIB_LIB_DEPENDS= libcrack.so:security/cracklib
|
|
CRACKLIB_CONFIGURE_WITH= cracklib
|
|
LDAP_USES= ldap
|
|
LDAP_CONFIGURE_WITH= ldap
|
|
NLS_USES= gettext
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
PCRE_LIB_DEPENDS= libpcre2-8.so:devel/pcre2
|
|
PCRE_CONFIGURE_WITH= pcre2-8
|
|
PERL_USES= perl5
|
|
PERL_CONFIGURE_WITH= perl
|
|
|
|
.include <bsd.port.mk>
|