Prune devel/omniNotify
[dports.git] / dns / wdns / Makefile
1 # $FreeBSD$
2
3 PORTNAME=       wdns
4 PORTVERSION=    0.6.0
5 CATEGORIES=     dns
6 MASTER_SITES=   https://dl.farsightsecurity.com/dist/wdns/
7
8 MAINTAINER=     truckman@FreeBSD.org
9 COMMENT=        Low-level DNS library
10
11 LICENSE=        APACHE20
12
13 GNU_CONFIGURE=  yes
14 USE_LDCONFIG=   yes
15 USES=           gmake libtool pathfix pkgconfig
16
17 post-install:
18         ${STRIP_CMD} ${STAGEDIR}${PREFIX}/lib/libwdns.so.1.0.0
19
20 .include <bsd.port.mk>