mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
9853f06e8b
PR: 21357 Submitted by: maintainer
29 lines
596 B
Makefile
29 lines
596 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
|
|
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
|
|
|
|
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>
|