1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-03 06:04:53 +00:00
freebsd-ports/dns/hesiod/Makefile

36 lines
668 B
Makefile
Raw Normal View History

# Created by: n@nectar.com
1999-08-30 14:24:37 +00:00
# $FreeBSD$
PORTNAME= hesiod
PORTVERSION= 3.2.1
PORTREVISION= 2
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>