freebsd-ports/net/ncplib/Makefile
Joe Marcus Clarke 0ecea7d9d6 Substitute BROKEN with IGNORE in cases where the port requires the src tree
to be present, or does not compile on certain versions of FreeBSD.  This
will potentially avoid needless compilations on bento, and has the added
benefit of improving certain reporting tools.  To most users, this change
is a no-op.

PR:		61090
Submitted by:	linimon
2004-01-10 07:18:55 +00:00

41 lines
758 B
Makefile

# New ports collection makefile for: ncplib
# Date created: 9 Dec 1999
# Whom: Boris Popov <bp@butya.kz>
#
# $FreeBSD$
#
PORTNAME= ncplib
PORTVERSION= 1.3.4
CATEGORIES= net
MASTER_SITES= ftp://ftp.butya.kz/pub/nwlib/
MAINTAINER= bp@butya.kz
COMMENT= Client for Novell NetWare servers
.if !exists(/usr/src/sys/kern/vnode_if.src)
IGNORE= requires kernel source
.endif
IS_INTERACTIVE= true
MANCOMPRESSED= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 310000
.error this program requires FreeBSD 3.1-stable or later.
.endif
MAN1= ncpasswd.1 ncprint.1 ncpsend.1 ncpurge.1
MAN8= ipxping.8
.if ${OSVERSION} >= 400000
PLIST= ${PKGDIR}/pkg-plist.4
.else
MAN1+= ncplist.1 ncplogin.1 ncplogout.1
MAN8+= mount_nwfs.8
.endif
.include <bsd.port.post.mk>