head	1.13;
access;
symbols
	RELEASE_8_3_0:1.12
	RELEASE_9_0_0:1.12
	RELEASE_7_4_0:1.12
	RELEASE_8_2_0:1.12
	RELEASE_6_EOL:1.12
	RELEASE_8_1_0:1.11
	RELEASE_7_3_0:1.10
	RELEASE_8_0_0:1.10
	RELEASE_7_2_0:1.9
	RELEASE_7_1_0:1.8
	RELEASE_6_4_0:1.8
	RELEASE_5_EOL:1.6
	RELEASE_7_0_0:1.6
	RELEASE_6_3_0:1.6
	PRE_XORG_7:1.4
	RELEASE_4_EOL:1.4
	RELEASE_6_2_0:1.3
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2;
locks; strict;
comment	@# @;


1.13
date	2012.11.17.06.01.08;	author svnexp;	state Exp;
branches;
next	1.12;

1.12
date	2010.09.15.18.35.10;	author ade;	state Exp;
branches;
next	1.11;

1.11
date	2010.05.13.15.27.35;	author johans;	state Exp;
branches;
next	1.10;

1.10
date	2009.08.22.00.34.56;	author amdmi3;	state Exp;
branches;
next	1.9;

1.9
date	2009.01.06.17.59.20;	author pav;	state Exp;
branches;
next	1.8;

1.8
date	2008.08.20.00.57.13;	author ade;	state Exp;
branches;
next	1.7;

1.7
date	2008.08.19.09.18.36;	author linimon;	state Exp;
branches;
next	1.6;

1.6
date	2007.10.04.06.00.22;	author edwin;	state Exp;
branches;
next	1.5;

1.5
date	2007.09.30.04.47.24;	author linimon;	state Exp;
branches;
next	1.4;

1.4
date	2006.11.07.15.37.05;	author laszlof;	state Exp;
branches;
next	1.3;

1.3
date	2006.05.13.04.15.07;	author edwin;	state Exp;
branches;
next	1.2;

1.2
date	2005.11.15.06.51.00;	author ade;	state Exp;
branches;
next	1.1;

1.1
date	2005.09.06.12.49.38;	author garga;	state Exp;
branches;
next	;


desc
@@


1.13
log
@Switch exporter over
@
text
@# New ports collection makefile for:	ncrypt
# Date created:			30 Aug 2005
# Whom:				Frank Laszlo <laszlof@@vonostingroup.com>
#
# $FreeBSD: head/security/ncrypt/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	ncrypt
PORTVERSION=	0.7.0
PORTREVISION=	2
CATEGORIES=	security
MASTER_SITES=	SF/${PORTNAME}/${PORTNAME}-0.7/${PORTNAME}-${PORTVERSION}
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	Advanced AES file encryption tool

GNU_CONFIGURE=	yes

PLIST_FILES=	bin/ncrypt bin/nrm

post-configure:
	@@${REINPLACE_CMD} -E 's,^(CC|CFLAGS) =,\1 \?=,g' \
		${WRKSRC}/Makefile

.include <bsd.port.mk>
@


1.12
log
@Autotools update.   Read ports/UPDATING 20100915 for details.

Approved by:	portmgr (for Mk/bsd.port.mk part)
Tested by:	Multiple -exp runs
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.11
log
@Remove unnecessary dependency on autoconf/automake
@
text
@d10 1
a10 1
PORTREVISION=	1
@


1.10
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@a18 1
USE_AUTOTOOLS=	automake:19 aclocal:19 autoconf:262
@


1.9
log
@- Remove conditional checks for FreeBSD 5.x and older
@
text
@d12 1
a12 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.8
log
@Conversion from (now defunct) autoconf-2.61 to autoconf-2.62

Tested by:	exp build run (erwin)
@
text
@a23 2
.include <bsd.port.pre.mk>

a26 4
.if (${OSVERSION} < 501000)
	@@${REINPLACE_CMD} -e 's,ifndef WIN32,if (!defined(__FreeBSD__)),g' \
		${WRKSRC}/ncrypt.c
.endif
d28 1
a28 1
.include <bsd.port.post.mk>
@


1.7
log
@Return laszlof's ports to the pool due to lack of time.

Hat:		portmgr
@
text
@d20 1
a20 1
USE_AUTOTOOLS=	automake:19 aclocal:19 autoconf:261
@


1.6
log
@Remove always-false/true conditions based on OSVERSION 500000
@
text
@d16 1
a16 1
MAINTAINER=	laszlof@@FreeBSD.org
@


1.5
log
@Switch autoconf dependencies from 2.53 or 2.59 to 2.61.

PR:		ports/116639
Submitted by:	aDe
@
text
@a28 6
.if (${OSVERSION} < 500000)
	@@${REINPLACE_CMD} -e 's,stdint.h,inttypes.h,g' \
		${WRKSRC}/standard.h
	@@${REINPLACE_CMD} -e 's,O_SYNC,O_FSYNC,g' \
		${WRKSRC}/wipe_file.c
.endif
@


1.4
log
@Update my email address in all ports that I maintain.

Approved by:	flz (mentor)
@
text
@d10 1
d20 1
a20 1
USE_AUTOTOOLS=	automake:19 aclocal:19 autoconf:259
@


1.3
log
@Remove USE_REINPLACE from all categories starting with S
@
text
@d15 1
a15 1
MAINTAINER=	laszlof@@vonostingroup.com
@


1.2
log
@Mass-conversion to the USE_AUTOTOOLS New World Order.  The code present
in bsd.autotools.mk essentially makes this a no-op given that all the
old variables set a USE_AUTOTOOLS_COMPAT variable, which is parsed in
exactly the same way as USE_AUTOTOOLS itself.

Moreover, USE_AUTOTOOLS has already been extensively tested by the GNOME
team -- all GNOME 2.12.x ports use it.

Preliminary documentation can be found at:
	http://people.FreeBSD.org/~ade/autotools.txt

which is in the process of being SGMLized before introduction into the
Porters Handbook.

Light blue touch-paper.  Run.
@
text
@a17 1
USE_REINPLACE=	yes
@


1.1
log
@Add ncrypt 0.7.0, advanced AES file encryption tool.

PR:		ports/85486
Submitted by:	Frank Laszlo <laszlof@@vonostingroup.com>
@
text
@d20 1
a20 3
USE_AUTOMAKE_VER=	19
USE_ACLOCAL_VER=	19
USE_AUTOCONF_VER=	259
@

