aboutsummaryrefslogtreecommitdiffstats
path: root/dns/adns/Makefile
blob: 443e8e32bf051d82c1303865272320e344308370 (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
# New ports collection makefile for:    adns
# Date created:         Mon Mar 3, 2000
# Whom:             Kostya Lukin <lukin@okbmei.msk.su>
#
# $FreeBSD$
#

PORTNAME=   adns
PORTVERSION=    1.0
CATEGORIES= net
MASTER_SITES=   ${MASTER_SITE_GNU} \
        ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
MASTER_SITE_SUBDIR= adns

MAINTAINER= lukin@okbmei.msk.su
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}"

post-install:
    @${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so
    strip ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost

.include <bsd.port.mk>