blob: 5dacb6ebf061f4dd7a9a5521a91976a60c3241c7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
|
# New ports collection makefile for: nss_resinit
# Date Created: Apr 11 2006
# Whom: Hajimu UMEMOTO <ume@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= nss_resinit
PORTVERSION= 20060412
#PORTREVISION= 0
CATEGORIES= dns
MASTER_SITES= http://www.mahoroba.org/~ume/FreeBSD/
MAINTAINER= ume@FreeBSD.org
COMMENT= Resolver re-initialization NSS module
PLIST_FILES= lib/nss_resinit.so lib/nss_resinit.so.1
MAN8= nss_resinit.8
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if defined(WITH_COMPAT5X)
.if ${OSVERSION} > 700017
BROKEN= 7.X and later do not have compat syms for the old resolver
.endif
MAKE_ARGS+= CC="${CC} -DWITH_COMPAT5X"
.endif
.include <bsd.port.post.mk>
|