1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-27 00:57:50 +00:00
freebsd-ports/dns/adns/Makefile
Mark Linimon 06200f0963 With portmgr hat on, reset bouncing maintainer address. All of the commits
within the last year have been with maintainer timeouts, as well.
2004-12-05 05:13:20 +00:00

31 lines
693 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.0
PORTREVISION= 1
CATEGORIES= dns
MASTER_SITES= ${MASTER_SITE_GNU} \
ftp://ftp.chiark.greenend.org.uk/users/ian/adns/
MASTER_SITE_SUBDIR= adns
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}"
post-install:
@${LN} -sf libadns.so.${LIBVERSION} ${PREFIX}/lib/libadns.so
${STRIP_CMD} ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
.include <bsd.port.mk>