head	1.8;
access;
symbols
	RELEASE_8_3_0:1.4
	RELEASE_9_0_0:1.4
	RELEASE_7_4_0:1.4
	RELEASE_8_2_0:1.4
	RELEASE_6_EOL:1.4
	RELEASE_8_1_0:1.4
	RELEASE_7_3_0:1.4
	RELEASE_8_0_0:1.3
	RELEASE_7_2_0:1.3
	RELEASE_7_1_0:1.2
	RELEASE_6_4_0:1.2
	RELEASE_5_EOL:1.2
	RELEASE_7_0_0:1.2
	RELEASE_6_3_0:1.2
	PRE_XORG_7:1.2
	RELEASE_4_EOL:1.2
	RELEASE_6_2_0:1.2
	RELEASE_6_1_0:1.2
	RELEASE_5_5_0:1.2
	RELEASE_6_0_0:1.1
	RELEASE_5_4_0:1.1
	RELEASE_4_11_0:1.1;
locks; strict;
comment	@# @;


1.8
date	2013.03.18.12.44.07;	author svnexp;	state Exp;
branches;
next	1.7;

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

1.6
date	2013.01.15.13.46.58;	author svnexp;	state Exp;
branches;
next	1.5;

1.5
date	2012.11.17.06.01.05;	author svnexp;	state Exp;
branches;
next	1.4;

1.4
date	2009.12.03.16.11.48;	author ehaupt;	state Exp;
branches;
next	1.3;

1.3
date	2009.03.30.14.18.26;	author ehaupt;	state Exp;
branches;
next	1.2;

1.2
date	2005.10.06.11.57.06;	author ehaupt;	state Exp;
branches;
next	1.1;

1.1
date	2004.12.06.20.47.17;	author sem;	state Exp;
branches;
next	;


desc
@@


1.8
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/314429
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@# Created by: Emanuel Haupt <ehaupt@@critical.ch>
# $FreeBSD: head/security/idea/Makefile 314429 2013-03-17 13:19:07Z eadler $

PORTNAME=	idea
PORTVERSION=	1.2
PORTREVISION=	1
CATEGORIES=	security
MASTER_SITES=	http://www.de-moliner.ch/richard/downloads/ \
		CRITICAL
DISTNAME=	${PORTNAME}.V${PORTVERSION}
EXTRACT_SUFX=	.tar.Z

MAINTAINER=	ehaupt@@FreeBSD.org
COMMENT=	Command-line IDEA encryption and decryption utility

MAKE_JOBS_SAFE=	yes

WRKSRC=		${WRKDIR}/${PORTNAME}

MANL=		idea.l
MANCOMPRESSED=	no

.if !defined(MAKE_IDEA) || ${MAKE_IDEA} == "no" || ${MAKE_IDEA} == "NO"
IGNORE=		you chose not to use idea related code
.endif

OPTIONS_DEFINE=	DOCS

.include <bsd.port.options.mk>

do-build:
	${CC} ${WRKSRC}/idea.c ${WRKSRC}/idea_cmd.c ${CFLAGS} -o ${WRKSRC}/${PORTNAME}

do-install:
	${INSTALL_MAN} ${WRKSRC}/manl/idea.l ${PREFIX}/man/manl
	${INSTALL_PROGRAM} -m 0555 ${WRKSRC}/${PORTNAME} ${PREFIX}/bin
	@@${MKDIR} ${EXAMPLESDIR}
	${INSTALL_DATA} ${WRKSRC}/Examples ${EXAMPLESDIR}

.if ${PORT_OPTIONS:MDOCS}
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/byte_ord.ps ${WRKSRC}/idea_cmd.txt ${DOCSDIR}
.endif

post-install:
	@@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>
@


1.7
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/313649
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/idea/Makefile 313649 2013-03-08 14:00:30Z ehaupt $
a17 2
RESTRICTED=	Crypto; IDEA is a patented algorithm that requires proper licensing

@


1.6
log
@## SVN ## Exported commit - http://svnweb.freebsd.org/changeset/base/310443
## SVN ## CVS IS DEPRECATED: http://wiki.freebsd.org/CvsIsDeprecated
@
text
@d2 1
a2 1
# $FreeBSD: head/security/idea/Makefile 310443 2013-01-15 13:40:28Z ehaupt $
d14 1
a14 1
COMMENT=	A command line idea encryption and decryption utility
@


1.5
log
@Switch exporter over
@
text
@d1 2
a2 6
# New ports collection makefile for:   idea
# Date created:		4 September 2004
# Whom:			Emanuel Haupt <ehaupt@@critical.ch>
#
# $FreeBSD: head/security/idea/Makefile 300897 2012-07-14 14:29:18Z beat $
#
d29 4
d42 1
a42 1
.if !defined(NOPORTDOCS)
@


1.4
log
@Update distinfo; tarball was re-rolled due to a change in the README file.
@
text
@d5 1
a5 1
# $FreeBSD$
@


1.3
log
@Mark MAKE_JOBS_SAFE
@
text
@d10 1
d12 2
a13 3
MASTER_SITES=	http://www.funet.fi/pub/org/CERT/ftp.cert.dfn.de/pub/tools/crypt/idea/ \
		http://www.de-moliner.ch/richard/downloads/ \
		http://ftp.at.linuxfromscratch.org/infosys/security/dfn/tools/crypt/idea/
d22 1
a22 1
RESTRICTED=	"Crypto; IDEA is a patented algorithm that requires proper licensing"
d30 1
a30 1
IGNORE=		"you chose not to use idea related code"
@


1.2
log
@Change MAINTAINER address for my ports.

Approved by:	novel (mentor)
@
text
@d20 2
@


1.1
log
@A command line idea encryption and decryption utility written by
Dr. Richard De Moliner.

Permission by the Author Dr. Richard De Moliner has been granted.

PR:		ports/72337
Submitted by:	Emanuel Haupt <ehaupt@@critical.ch>
@
text
@d17 1
a17 1
MAINTAINER=	ehaupt@@critical.ch
@

