27 lines
555 B
Makefile
27 lines
555 B
Makefile
# $OpenBSD: Makefile,v 1.12 2015/03/16 18:07:51 naddy Exp $
|
|
|
|
COMMENT= asynchronous dns resolver client library and utilities
|
|
DISTNAME= adns-1.4
|
|
REVISION= 1
|
|
CATEGORIES= net devel
|
|
SHARED_LIBS= adns 1.1
|
|
|
|
HOMEPAGE= http://www.chiark.greenend.org.uk/~ian/adns/
|
|
|
|
# GPL
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
WANTLIB= c
|
|
|
|
MASTER_SITES= ${HOMEPAGE}/ftp/
|
|
|
|
CONFIGURE_STYLE= gnu dest
|
|
USE_GMAKE= Yes
|
|
MAKE_FLAGS= MAJOR=${LIBadns_MAJOR} MINOR=${LIBadns_VERSION:E}
|
|
|
|
LIBadns_MAJOR=${LIBadns_VERSION:R}
|
|
SUBST_VARS+= LIBadns_MAJOR
|
|
|
|
TEST_TARGET= check
|
|
|
|
.include <bsd.port.mk>
|