33 lines
571 B
Makefile
33 lines
571 B
Makefile
# $OpenBSD: Makefile,v 1.19 2016/03/11 20:28:28 naddy Exp $
|
|
|
|
COMMENT= BIND stub resolver library
|
|
|
|
V= 6.0
|
|
DISTNAME= libbind-6.0
|
|
EPOCH= 0
|
|
REVISION= 3
|
|
|
|
SHARED_LIBS += bind 5.0 # 6.1
|
|
|
|
CATEGORIES= net
|
|
|
|
HOMEPAGE= http://www.isc.org/software/libbind
|
|
|
|
MAINTAINER= Stuart Henderson <sthen@openbsd.org>
|
|
|
|
# ISC
|
|
PERMIT_PACKAGE_CDROM= Yes
|
|
|
|
MASTER_SITES= ${MASTER_SITE_ISC:=libbind/$V/}
|
|
|
|
CONFIGURE_STYLE= gnu
|
|
CONFIGURE_ARGS= --with-libtool \
|
|
--libdir=${TRUEPREFIX}/lib/libbind
|
|
|
|
NO_TEST= Yes
|
|
|
|
post-install:
|
|
rm -f ${PREFIX}/man/cat?/*
|
|
|
|
.include <bsd.port.mk>
|