1999-12-10 11:19:13 +00:00
|
|
|
# New ports collection makefile for: ncplib
|
|
|
|
# Date created: 9 Dec 1999
|
|
|
|
# Whom: Boris Popov <bp@butya.kz>
|
|
|
|
#
|
1999-12-10 11:58:41 +00:00
|
|
|
# $FreeBSD$
|
1999-12-10 11:19:13 +00:00
|
|
|
#
|
|
|
|
|
2000-04-09 18:14:07 +00:00
|
|
|
PORTNAME= ncplib
|
|
|
|
PORTVERSION= 1.3.4
|
1999-12-10 11:19:13 +00:00
|
|
|
CATEGORIES= net
|
2005-11-16 14:19:32 +00:00
|
|
|
MASTER_SITES= http://rbp.chat.ru/pub/nwlib/
|
1999-12-10 11:19:13 +00:00
|
|
|
|
2006-04-14 19:07:03 +00:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2006-05-01 21:54:07 +00:00
|
|
|
COMMENT= Utilites to work with Novell NetWare servers
|
2006-04-02 23:17:55 +00:00
|
|
|
|
2006-05-19 20:02:55 +00:00
|
|
|
ONLY_FOR_ARCHS= i386
|
|
|
|
|
1999-12-10 11:19:13 +00:00
|
|
|
.if !exists(/usr/src/sys/kern/vnode_if.src)
|
2004-01-10 07:18:55 +00:00
|
|
|
IGNORE= requires kernel source
|
1999-12-10 11:19:13 +00:00
|
|
|
.endif
|
|
|
|
|
|
|
|
MANCOMPRESSED= yes
|
|
|
|
|
|
|
|
MAN1= ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1
|
2006-05-02 06:37:26 +00:00
|
|
|
MAN8= ipxping.8 ncpsvc.8
|
1999-12-10 11:19:13 +00:00
|
|
|
|
2006-05-01 21:54:07 +00:00
|
|
|
post-install:
|
|
|
|
.if !defined(NOPORTDOCS)
|
|
|
|
${MKDIR} ${DOCSDIR}
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
|
1999-12-10 11:19:13 +00:00
|
|
|
.endif
|
|
|
|
|
2006-05-01 21:54:07 +00:00
|
|
|
.include <bsd.port.mk>
|