# Created by: Boris Popov <bp@butya.kz>
# $FreeBSD: net/ncplib/Makefile 327755 2013-09-20 22:10:23Z bapt $

PORTNAME=	ncplib
PORTVERSION=	1.3.4
CATEGORIES=	net
MASTER_SITES=	http://rbp.chat.ru/pub/nwlib/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Utilities to work with Novell NetWare servers

ONLY_FOR_ARCHS=	i386

.if !exists(/usr/src/sys/kern/vnode_if.src)
IGNORE=		requires kernel source
.endif

MANCOMPRESSED=	yes

MAN1=	ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1
MAN8=	ipxping.8 ncpsvc.8

NO_STAGE=	yes
post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif

.include <bsd.port.mk>
