head	1.7;
access;
symbols
	RELEASE_8_3_0:1.6
	RELEASE_9_0_0:1.5
	RELEASE_7_4_0:1.5
	RELEASE_8_2_0:1.5
	RELEASE_6_EOL:1.5
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.4
	RELEASE_7_2_0:1.4
	RELEASE_7_1_0:1.3
	RELEASE_6_4_0:1.3
	RELEASE_5_EOL:1.3
	RELEASE_7_0_0:1.3
	RELEASE_6_3_0:1.3;
locks; strict;
comment	@# @;


1.7
date	2012.11.17.06.01.01;	author svnexp;	state Exp;
branches;
next	1.6;

1.6
date	2012.01.14.19.11.50;	author miwi;	state Exp;
branches;
next	1.5;

1.5
date	2010.08.13.14.50.21;	author glarkin;	state Exp;
branches;
next	1.4;

1.4
date	2008.10.19.14.56.01;	author miwi;	state Exp;
branches;
next	1.3;

1.3
date	2007.10.06.06.36.21;	author chinsan;	state Exp;
branches;
next	1.2;

1.2
date	2007.07.29.11.58.14;	author chinsan;	state Exp;
branches;
next	1.1;

1.1
date	2007.07.27.14.41.07;	author chinsan;	state Exp;
branches;
next	;


desc
@@


1.7
log
@Switch exporter over
@
text
@# New ports collection makefile for:    chntpw
# Date created:                         25 July 2007
# Whom:                    buganini@@gmail.com
#
# $FreeBSD: head/security/chntpw/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	chntpw
PORTVERSION=	110511
CATEGORIES=	security sysutils
MASTER_SITES=	http://pogostick.net/~pnh/ntpasswd/
DISTNAME=	${PORTNAME}-source-${PORTVERSION}

MAINTAINER=	buganini@@gmail.com
COMMENT=	Utility to set the password and edit registry on Microsoft NT system

USE_ZIP=	yes
USE_GMAKE=	yes
USE_OPENSSL=	yes

ONLY_FOR_ARCHS=	i386

PLIST_FILES=	bin/chntpw
PORTDOCS=	README.txt WinReg.txt regedit.txt

WRKSRC=		${WRKDIR}/${PORTNAME}-${PORTVERSION}

post-patch:
	@@${REINPLACE_CMD} -e '10 s,/usr,$$\(OPENSSLBASE\),' \
		${WRKSRC}/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin
.if !defined(NOPORTDOCS)
	@@${MKDIR} ${DOCSDIR}
	@@${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
.endif

.include <bsd.port.mk>
@


1.6
log
@- Update to 110511

PR:		164014
Submitted by:	Kurt Jaeger <fbsd-ports@@opsec.eu>
Approved by:	maintainer
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.5
log
@- Updated to 100627

PR:		ports/149312
Submitted by:	Alexander <bas at it dash core dot org>
Approved by:	Buganini <buganini at gmail dot com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	100627
@


1.4
log
@- Update to 080526

PR:		128194
Submitted by:	Kuan-Chung Chiu <buganini@@gmail.com> (maintainer)
@
text
@d9 1
a9 1
PORTVERSION=	080526
d11 1
a11 1
MASTER_SITES=	http://home.eunet.no/pnordahl/ntpasswd/
d33 1
a33 1
	${INSTALL_PROGRAM} ${WRKSRC}/chntpw ${PREFIX}/bin
d36 1
a36 1
	${INSTALL_DATA} ${PORTDOCS:S|^|${WRKSRC}/|} ${DOCSDIR}
@


1.3
log
@- Update security/chntpw to 070923.

PR:		ports/116967
Submmitter:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	070923
@


1.2
log
@- Only for i386 arch.

Submitted by:	maintainer
Approved by:	maintainer
@
text
@d9 1
a9 1
PORTVERSION=	070409
@


1.1
log
@Add chntpw 070409, utility to set the password and edit registry on
Microsoft NT system.

PR:		ports/114897
Submitted by:	buganini at gmail.com
Approved by:	rafan (mentor, implicit)
@
text
@d21 2
@

