summaryrefslogtreecommitdiff
path: root/net/ncplib/Makefile
blob: 68a4f02e85ed345721109972dcbc97b5f9090ec5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
# 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/ \
		http://www.chat.ru/~rbp/pub/nwlib/

MAINTAINER=	bp@butya.kz

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

NO_PACKAGE=	is interactive
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>