| Server IP : 82.208.35.60 / Your IP : 216.73.216.89 Web Server : Apache/2.4.55 (FreeBSD) OpenSSL/1.1.1q-freebsd PHP/7.3.31 System : FreeBSD server7.d2m.cz 12.4-RELEASE-p9 FreeBSD 12.4-RELEASE-p9 GENERIC amd64 User : studiokobylisy_cz ( 1008) PHP Version : 7.3.31 Disable Function : NONE MySQL : OFF | cURL : ON | WGET : OFF | Perl : OFF | Python : OFF | Sudo : OFF | Pkexec : OFF Directory : /usr/ports/dns/libdjbdns/ |
Upload File : |
PORTNAME= libdjbdns
PORTVERSION= 1.05
PORTREVISION= 2
CATEGORIES= dns
MASTER_SITES= http://smarden.org/pape/djb/manpages/
DISTNAME= djbdns-pd-${PORTVERSION}
MAINTAINER= ports@FreeBSD.org
COMMENT= Public domain DNS client library
WWW= https://cr.yp.to/djbdns/dns.html
USES= gmake
USE_LDCONFIG= yes
ALL_TARGET= it
LIBS= libdjbdns.a libdjbdns.so.1
INCLUDES= alloc.h byte.h case.h dns.h env.h error.h fmt.h \
gen_alloc.h gen_allocdefs.h iopause.h ip4.h ndelay.h \
open.h openreadclose.h readclose.h scan.h select.h \
socket.h str.h stralloc.h tai.h taia.h uint16.h \
uint32.h uint64.h
do-install:
@${MKDIR} ${STAGEDIR}${PREFIX}/include/libdjbdns
cd ${WRKSRC} && \
${INSTALL_LIB} ${LIBS} ${STAGEDIR}${PREFIX}/lib && \
${INSTALL_DATA} ${INCLUDES} ${STAGEDIR}${PREFIX}/include/libdjbdns
.include <bsd.port.mk>