freebsd-ports/net/adns/Makefile
Michael Haro a2004a3739 change header file order
PR:		18055
Submitted by:	Kostya Lukin <lukin@sapa.ivcme.elektra.ru>
2000-04-17 23:30:55 +00:00

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