freebsd-ports/dns/adns/Makefile
Satoshi Asami ffb21b5654 Rename INSTALLS_SHLIBS to INSTALLS_SHLIB. (There was a typo in the
previous commit message to bsd.port.mk, which said INSTALL_SHLIBS.  Boo.)

Line up the rhs of variable assignments nicely.  Remove a couple of extra
whitespaces while I'm here.

Suggested by:	 sobomax
2000-06-16 21:52:40 +00:00

25 lines
503 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= 0.7
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
post-install:
strip ${PREFIX}/bin/adnstest ${PREFIX}/bin/adnslogres ${PREFIX}/bin/adnshost
.include <bsd.port.mk>