freebsd-ports/net/ncplib/Makefile

34 lines
643 B
Makefile
Raw Normal View History

# New ports collection makefile for: ncplib
# Date created: 9 Dec 1999
# Whom: Boris Popov <bp@butya.kz>
#
1999-12-10 12:58:41 +01:00
# $FreeBSD$
#
PORTNAME= ncplib
PORTVERSION= 1.3.4
CATEGORIES= net
MASTER_SITES= http://rbp.chat.ru/pub/nwlib/
MAINTAINER= ports@FreeBSD.org
2011-08-30 15:33:46 +02:00
COMMENT= Utilities to work with Novell NetWare servers
2006-04-03 01:17:55 +02:00
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
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
${INSTALL_DATA} ${WRKSRC}/README ${DOCSDIR}
.endif
.include <bsd.port.mk>