head	1.7;
access;
symbols
	PRE_XORG_7:1.5
	RELEASE_4_EOL:1.5
	RELEASE_6_2_0:1.5
	RELEASE_6_1_0:1.5
	RELEASE_5_5_0:1.5
	RELEASE_6_0_0:1.5
	RELEASE_5_4_0:1.5
	RELEASE_4_11_0:1.5
	RELEASE_5_3_0:1.5
	RELEASE_4_10_0:1.4
	RELEASE_5_2_1:1.3
	RELEASE_5_2_0:1.3
	RELEASE_4_9_0:1.3
	RELEASE_5_1_0:1.3
	RELEASE_4_8_0:1.3
	RELEASE_5_0_0:1.1
	RELEASE_4_7_0:1.1;
locks; strict;
comment	@# @;


1.7
date	2007.09.18.15.14.53;	author miwi;	state dead;
branches;
next	1.6;

1.6
date	2007.06.29.08.29.17;	author linimon;	state Exp;
branches;
next	1.5;

1.5
date	2004.06.19.07.45.17;	author kris;	state Exp;
branches;
next	1.4;

1.4
date	2003.12.16.09.58.05;	author skv;	state Exp;
branches;
next	1.3;

1.3
date	2003.03.07.06.10.51;	author ade;	state Exp;
branches;
next	1.2;

1.2
date	2003.02.05.11.30.53;	author skv;	state Exp;
branches;
next	1.1;

1.1
date	2002.05.27.11.15.41;	author skv;	state Exp;
branches;
next	;


desc
@@


1.7
log
@2007-08-29 security/vncrypt: not supported on any current version of FreeBSD
2007-09-15 net-mgmt/ocs-unix-agent: Use net-mgmt/ocsinventory-agent instead
@
text
@# New ports collection makefile for:	vncrypt
# Date created:			22 Jan 2002
# Whom:				Sergey Skvortsov <skv@@FreeBSD.org>
#
# $FreeBSD: ports/security/vncrypt/Makefile,v 1.6 2007/06/29 08:29:17 linimon Exp $
#

PORTNAME=	vncrypt
PORTVERSION=	1.1
CATEGORIES=	security kld
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
EXTRACT_SUFX=	.tgz

MAINTAINER=	skv@@FreeBSD.org
COMMENT=	Cryptographic disk driver for FreeBSD
DEPRECATED=	not supported on any current version of FreeBSD
EXPIRATION_DATE=	2007-08-29

NO_PACKAGE=	"Depends on kernel"
PLIST_SUB=	KMODDIR=${KMODDIR} DOCSDIR="share/doc/${PORTNAME}"
MAKE_ENV+=	BINDIR=${PREFIX}/sbin
PKGMESSAGE=	${WRKDIR}/pkg-message

.include <bsd.port.pre.mk>

.ifdef(IPSEC)
#Compile for kernel with IPSEC support
MAKE_ENV+=	CRYPTO_SRCS=""
.endif

DOCS_LANG=	en ru
DOCS_en=	README
DOCS_ru=	README.rus doc/*rus*

post-install:
.ifndef(NOPORTDOCS)
	@@${ECHO_MSG} "===>   Installing documentation for ${PKGNAME}"
.for _LANG in ${DOCS_LANG}
	@@${MKDIR} ${DOCSDIR}/${_LANG}
.for DOCFILE in ${DOCS_${_LANG}}
	@@${INSTALL_DATA} ${WRKSRC}/${DOCFILE} ${DOCSDIR}/${_LANG}
.endfor
.endfor
.endif
	@@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" ${.CURDIR}/pkg-message >${PKGMESSAGE}
.ifndef(BATCH)
	@@${ECHO}
	@@${CAT} ${PKGMESSAGE}
	@@${ECHO}
.endif

.include <bsd.port.post.mk>
@


1.6
log
@Mark as deprecated: not supported on any current version of FreeBSD.

Hat:		portmgr
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@BROKEN on 5.x: Does not compile
@
text
@d10 1
a10 1
CATEGORIES=	security
d17 2
a26 9
SUP_OS_VER=	450004
.if ${OSVERSION} < ${SUP_OS_VER}
BROKEN=		"OS versions prior to ${SUP_OS_VER} is not supported"
.endif

.if ${OSVERSION} >= 502112
BROKEN=		"Does not compile on FreeBSD >= 5.x"
.endif

@


1.4
log
@Fix pkg-message generating
@
text
@d30 4
@


1.3
log
@Clear moonlight beckons.
Requiem mors pacem pkg-comment,
And be calm ports tree.

E Nomini Patri, E Fili, E Spiritu Sancti.
@
text
@d49 1
a49 1
	@@${SED} -e "s:%%PREFIX%%:${PREFIX}:g" pkg-message >${PKGMESSAGE}
@


1.2
log
@Update to 1.1
@
text
@d16 1
@


1.1
log
@Add vncrypt 1.0-beta3, cryptographic disk driver for FreeBSD.
@
text
@d9 1
a9 1
PORTVERSION=	1.0-beta3
d13 1
@

