24 lines
497 B
Makefile
24 lines
497 B
Makefile
# $OpenBSD: Makefile,v 1.18 2020/06/11 20:23:34 sthen Exp $
|
|
|
|
COMMENT= asynchronous dns resolver client library and utilities
|
|
DISTNAME= adns-1.5.2
|
|
|
|
CATEGORIES= net devel
|
|
|
|
SHARED_LIBS= adns 2.0
|
|
|
|
HOMEPAGE= https://www.chiark.greenend.org.uk/~ian/adns/
|
|
|
|
# GPLv3+
|
|
PERMIT_PACKAGE= Yes
|
|
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= https://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
USE_GMAKE= Yes
|
|
MAKE_FLAGS= MAJOR=${LIBadns_VERSION:R} MINOR=${LIBadns_VERSION:E}
|
|
|
|
.include <bsd.port.mk>
|