freebsd-ports/irc/libircclient/Makefile
Adam Weinberger d17ef79851 Partially revert r530801
The maintainer reset rule was not applied correctly. jlaffaye's ports
are reassigned back to him, with the exception of lang/go where both
quantity and length of timeouts made the reset appropriate and
necessary.

With hat:	portmgr
2020-04-06 17:04:43 +00:00

39 lines
838 B
Makefile

# Created by: Julien Laffaye <kimelto@gmail.com>
# $FreeBSD$
PORTNAME= libircclient
DISTVERSION= 1.10
CATEGORIES= irc devel
MASTER_SITES= SF
MAINTAINER= jlaffaye@FreeBSD.org
COMMENT= IRC library to create IRC clients
LICENSE= LGPL3+
LICENSE_FILE= ${WRKSRC}/LICENSE
USES= compiler:c11
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-shared
MAKE_ARGS= exec_prefix=${PREFIX}
BUILD_WRKSRC= ${WRKSRC}/src
OPTIONS_DEFINE= OPENSSL IPV6 EXAMPLES
OPTIONS_DEFAULT= OPENSSL
OPENSSL_USES= ssl
OPENSSL_CONFIGURE_ENV= ac_cv_lib_ssl_SSL_library_init=yes
OPENSSL_CONFIGURE_ENABLE= openssl
OPENSSL_LDFLAGS= -L${OPENSSLLIB}
OPENSSL_CFLAGS= -I${OPENSSLINC}
IPV6_CONFIGURE_ENABLE= ipv6
PORTEXAMPLES= *
do-install-EXAMPLES-on:
(cd ${WRKSRC}/examples/ && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR})
.include <bsd.port.mk>