aboutsummaryrefslogtreecommitdiffstats
path: root/dns/wdns/Makefile
blob: 3b7f490be2de98dfb20e5099329655dd0aca9ba9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $FreeBSD$

PORTNAME=   wdns
PORTVERSION=    0.6.0
CATEGORIES= dns
MASTER_SITES=   https://dl.farsightsecurity.com/dist/wdns/

MAINTAINER= truckman@FreeBSD.org
COMMENT=    Low-level DNS library

LICENSE=    APACHE20

GNU_CONFIGURE=  yes
USE_LDCONFIG=   yes
USES=       gmake libtool pathfix pkgconfig

post-install:
    ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0

.include <bsd.port.mk>