mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-11 02:50:24 +00:00
8c6540cff9
PR: ports/112621 Submitted by: Michael Bushkov <bushman@stinger.cc.rsu.ru> (maintainer) Approved by: garga (mentor)
39 lines
746 B
Makefile
39 lines
746 B
Makefile
# New ports collection makefile for: lookupd
|
|
# Date created: 3 July 2004
|
|
# Whom: Michael Bushkov <bushman@rsu.ru>
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= lookupd
|
|
PORTVERSION= 0.3.c
|
|
PORTREVISION= 1
|
|
CATEGORIES= sysutils
|
|
MASTER_SITES= http://www.rsu.ru/~bushman/lookupd/downloads/
|
|
|
|
MAINTAINER= bushman@rsu.ru
|
|
COMMENT= Lookupd daemon - IPC nsswitch implementation with system-wide caching
|
|
|
|
USE_LDCONFIG= yes
|
|
USE_RC_SUBR= lookupd
|
|
SUB_FILES= pkg-message
|
|
|
|
MAKE_ENV= WARNS=0
|
|
|
|
MAN5= lookupd.conf.5
|
|
MAN8= lookupd.8
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
.if ${OSVERSION} < 500112
|
|
IGNORE= is only supported on FreeBSD 5.1 or later
|
|
.endif
|
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
CFLAGS+= -fPIC
|
|
.endif
|
|
|
|
.include <bsd.port.post.mk>
|