aboutsummaryrefslogtreecommitdiff
path: root/dns/libdjbdns/Makefile
blob: bef1e7ce9b4058383b951368551c90bc8540b772 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Created by: Sergei Kolobov <sergei@kolobov.com>

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

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>