aboutsummaryrefslogtreecommitdiffstats
path: root/dns/adns/Makefile
blob: a7fab6bd8982c458b00a95fed4cfabe8e6130cd4 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
# New ports collection makefile for:    adns
# Date created:         Mon Mar 3, 2000
# Whom:             Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#

PORTNAME=   adns
PORTVERSION=    1.2
PORTREVISION=   1
CATEGORIES= dns
MASTER_SITES=   ftp://ftp.chiark.greenend.org.uk/users/ian/adns/ \
        http://www.chiark.greenend.org.uk/~ian/adns/ftp/

MAINTAINER= ports@FreeBSD.org
COMMENT=    Easy to use, asynchronous-capable DNS client library and utilities

GNU_CONFIGURE=  yes
INSTALLS_SHLIB= 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>