diff options
Diffstat (limited to 'sysutils/lookupd/Makefile')
-rw-r--r-- | sysutils/lookupd/Makefile | 39 |
1 files changed, 0 insertions, 39 deletions
diff --git a/sysutils/lookupd/Makefile b/sysutils/lookupd/Makefile deleted file mode 100644 index 0dce790bc642..000000000000 --- a/sysutils/lookupd/Makefile +++ /dev/null @@ -1,39 +0,0 @@ -# Created by: Michael Bushkov <bushman@rsu.ru> -# $FreeBSD$ - -PORTNAME= lookupd -PORTVERSION= 0.3.c -PORTREVISION= 1 -CATEGORIES= sysutils -MASTER_SITES= http://sfedu.ru/~bushman/lookupd/downloads/ - -MAINTAINER= ports@FreeBSD.org -COMMENT= Lookupd daemon - IPC nsswitch implementation with system-wide caching - -DEPRECATED= Fails to build with new utmpx -EXPIRATION_DATE= 2014-07-23 - -USE_LDCONFIG= yes -USE_RC_SUBR= lookupd -SUB_FILES= pkg-message - -MAKE_ENV= WARNS=0 - -MAN5= lookupd.conf.5 -MAN8= lookupd.8 - -NO_STAGE= yes -post-install: - @${CAT} ${PKGMESSAGE} - -.include <bsd.port.pre.mk> - -.if ${ARCH} == "amd64" || ${ARCH} == "ia64" -CFLAGS+= -fPIC -.endif - -.if ${OSVERSION} > 900007 -BROKEN= fails to build with new utmpx -.endif - -.include <bsd.port.post.mk> |