1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-11 07:22:22 +00:00
freebsd-ports/dns/hesiod/Makefile
Yuri Victorovich 2f31716e5c dns/libidn: Update to 1.35
Bump 48 ports.
Previous update to 1.34 broke jabberd.

PR:		228048
2019-04-02 03:35:54 +00:00

36 lines
668 B
Makefile

# Created by: n@nectar.com
# $FreeBSD$
PORTNAME= hesiod
PORTVERSION= 3.2.1
PORTREVISION= 3
CATEGORIES= dns
MASTER_SITES= http://BSDforge.com/projects/source/dns/hesiod/
MAINTAINER= portmaster@BSDforge.com
COMMENT= Directory service built on DNS and BIND
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/COPYING
OPTIONS_DEFINE= IDN
OPTIONS_DEFAULT=IDN
USES= libtool pathfix
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
USE_LDCONFIG= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
.include <bsd.port.options.mk>
.if ${PORT_OPTIONS:MIDN}
LIB_DEPENDS+= libidn.so:dns/libidn
.else
CONFIGURE_ARGS+=--without-libidn
.endif
.include <bsd.port.mk>