mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
fbb825239e
PR: 190620 Submitted by: maintainer
21 lines
376 B
Makefile
21 lines
376 B
Makefile
# $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>
|