1d6e3807bf
Approved by: miwi (mentor)
34 lines
813 B
Makefile
34 lines
813 B
Makefile
# New ports collection makefile for: adns
|
|
# Date created: Mon Mar 3, 2000
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= adns
|
|
PORTVERSION= 1.4
|
|
CATEGORIES= dns
|
|
MASTER_SITES= ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
|
|
http://www.chiark.greenend.org.uk/~ian/adns/ftp/
|
|
|
|
MAINTAINER= farrokhi@FreeBSD.org
|
|
COMMENT= Easy to use, asynchronous-capable DNS client library and utilities
|
|
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
USE_GMAKE= yes
|
|
|
|
LIBVERSION= 1
|
|
PLIST_SUB+= LIBVERSION="${LIBVERSION}"
|
|
|
|
DOCS= COPYING GPL-vs-LGPL INSTALL LICENCE.WAIVERS README README.html TODO changelog
|
|
|
|
post-install:
|
|
${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
|
|
.if !defined(NOPORTDOCS)
|
|
@${MKDIR} ${DOCSDIR}
|
|
cd ${WRKSRC} && ${INSTALL_DATA} ${DOCS} ${DOCSDIR}
|
|
.endif
|
|
|
|
.include <bsd.port.mk>
|