2004-07-24 19:27:36 +02:00
|
|
|
# New ports collection makefile for: lookupd
|
|
|
|
# Date created: 3 July 2004
|
|
|
|
# Whom: Michael Bushkov <bushman@rsu.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= lookupd
|
2004-08-10 14:39:40 +02:00
|
|
|
PORTVERSION= 0.3.c
|
2007-06-14 10:41:43 +02:00
|
|
|
PORTREVISION= 1
|
2004-07-24 19:27:36 +02:00
|
|
|
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
|
|
|
|
|
2006-10-07 17:12:29 +02:00
|
|
|
USE_LDCONFIG= yes
|
|
|
|
USE_RC_SUBR= lookupd
|
|
|
|
SUB_FILES= pkg-message
|
2004-07-24 19:27:36 +02:00
|
|
|
|
2005-08-12 00:17:34 +02:00
|
|
|
MAKE_ENV= WARNS=0
|
2004-07-24 19:27:36 +02:00
|
|
|
|
2004-12-13 07:32:30 +01:00
|
|
|
MAN5= lookupd.conf.5
|
|
|
|
MAN8= lookupd.8
|
|
|
|
|
2004-07-24 19:27:36 +02:00
|
|
|
post-install:
|
|
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
|
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
|
|
|
.if ${OSVERSION} < 500112
|
2006-10-07 17:12:29 +02:00
|
|
|
IGNORE= is only supported on FreeBSD 5.1 or later
|
2006-09-17 04:32:20 +02:00
|
|
|
.endif
|
|
|
|
|
2007-06-14 10:41:43 +02:00
|
|
|
.if ${ARCH} == "amd64" || ${ARCH} == "ia64"
|
|
|
|
CFLAGS+= -fPIC
|
|
|
|
.endif
|
|
|
|
|
2004-07-24 19:27:36 +02:00
|
|
|
.include <bsd.port.post.mk>
|