2000-04-02 05:37:29 +00:00
|
|
|
# New ports collection makefile for: adns
|
|
|
|
# Date created: Mon Mar 3, 2000
|
|
|
|
# Whom: Kostya Lukin <lukin@okbmei.msk.su>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-17 23:30:55 +00:00
|
|
|
PORTNAME= adns
|
2000-09-18 23:38:51 +00:00
|
|
|
PORTVERSION= 1.0
|
2003-09-05 04:54:37 +00:00
|
|
|
CATEGORIES= dns
|
2000-04-02 05:37:29 +00:00
|
|
|
MASTER_SITES= ${MASTER_SITE_GNU} \
|
|
|
|
ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
|
|
|
|
MASTER_SITE_SUBDIR= adns
|
|
|
|
|
|
|
|
MAINTAINER= lukin@okbmei.msk.su
|
2003-02-21 13:28:59 +00:00
|
|
|
COMMENT= Easy to use, asynchronous-capable DNS client library and utilities
|
2000-04-02 05:37:29 +00:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2000-06-16 21:52:40 +00:00
|
|
|
INSTALLS_SHLIB= yes
|
2000-04-02 05:37:29 +00:00
|
|
|
USE_GMAKE= yes
|
|
|
|
|
2000-09-18 23:38:51 +00:00
|
|
|
LIBVERSION= 1
|
|
|
|
PLIST_SUB+= LIBVERSION="${LIBVERSION}"
|
|
|
|
|
2000-04-02 05:37:29 +00:00
|
|
|
post-install:
|
2000-09-18 23:38:51 +00:00
|
|
|
@${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so
|
2003-09-24 09:37:11 +00:00
|
|
|
${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
|
2000-04-02 05:37:29 +00:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|