head	1.19;
access;
symbols
	RELEASE_8_3_0:1.18
	RELEASE_9_0_0:1.18
	RELEASE_7_4_0:1.16
	RELEASE_8_2_0:1.16
	RELEASE_6_EOL:1.16
	RELEASE_8_1_0:1.16
	RELEASE_7_3_0:1.16
	RELEASE_8_0_0:1.16
	RELEASE_7_2_0:1.15
	RELEASE_7_1_0:1.15
	RELEASE_6_4_0:1.15
	RELEASE_5_EOL:1.13
	RELEASE_7_0_0:1.13
	RELEASE_6_3_0:1.13
	PRE_XORG_7:1.12
	RELEASE_4_EOL:1.12
	RELEASE_6_2_0:1.12
	RELEASE_6_1_0:1.12
	RELEASE_5_5_0:1.12
	RELEASE_6_0_0:1.10
	RELEASE_5_4_0:1.10
	RELEASE_4_11_0:1.10
	RELEASE_5_3_0:1.10
	RELEASE_4_10_0:1.10
	RELEASE_5_2_1:1.9
	RELEASE_5_2_0:1.9
	RELEASE_4_9_0:1.9
	RELEASE_5_1_0:1.9
	RELEASE_4_8_0:1.8
	RELEASE_5_0_0:1.7
	RELEASE_4_7_0:1.5
	RELEASE_4_6_2:1.4
	RELEASE_4_6_1:1.4
	RELEASE_4_6_0:1.4
	RELEASE_5_0_DP1:1.4
	RELEASE_4_5_0:1.4
	RELEASE_4_4_0:1.4
	RELEASE_4_3_0:1.1;
locks; strict;
comment	@# @;


1.19
date	2012.11.17.06.01.02;	author svnexp;	state Exp;
branches;
next	1.18;

1.18
date	2011.09.23.22.25.10;	author amdmi3;	state Exp;
branches;
next	1.17;

1.17
date	2011.07.31.15.07.08;	author jlaffaye;	state Exp;
branches;
next	1.16;

1.16
date	2009.08.22.00.34.50;	author amdmi3;	state Exp;
branches;
next	1.15;

1.15
date	2008.07.21.04.49.08;	author rafan;	state Exp;
branches;
next	1.14;

1.14
date	2008.06.06.14.00.47;	author edwin;	state Exp;
branches;
next	1.13;

1.13
date	2007.05.19.20.22.23;	author flz;	state Exp;
branches;
next	1.12;

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

1.11
date	2005.12.04.10.58.18;	author edwin;	state Exp;
branches;
next	1.10;

1.10
date	2004.02.04.05.08.43;	author marcus;	state Exp;
branches;
next	1.9;

1.9
date	2003.04.20.19.42.14;	author marcus;	state Exp;
branches;
next	1.8;

1.8
date	2003.02.20.18.59.03;	author knu;	state Exp;
branches;
next	1.7;

1.7
date	2002.11.10.16.47.49;	author lioux;	state Exp;
branches;
next	1.6;

1.6
date	2002.11.06.22.46.47;	author adamw;	state Exp;
branches;
next	1.5;

1.5
date	2002.09.01.15.18.23;	author lioux;	state Exp;
branches;
next	1.4;

1.4
date	2001.09.11.08.13.02;	author ijliao;	state Exp;
branches;
next	1.3;

1.3
date	2001.08.09.09.00.57;	author ijliao;	state Exp;
branches;
next	1.2;

1.2
date	2001.04.23.06.26.56;	author ijliao;	state Exp;
branches;
next	1.1;

1.1
date	2001.04.18.19.43.17;	author ijliao;	state Exp;
branches;
next	;


desc
@@


1.19
log
@Switch exporter over
@
text
@# ex:ts=8
# New ports collection makefile for:	Crank
# Date created:			Apr 18, 2001
# Whom:				Ying-Chieh Liao <ijliao@@FreeBSD.org>
#
# $FreeBSD: head/security/crank/Makefile 300897 2012-07-14 14:29:18Z beat $
#

PORTNAME=	crank
PORTVERSION=	0.2.1
PORTREVISION=	6
CATEGORIES=	security
MASTER_SITES=	SF

MAINTAINER=	ports@@FreeBSD.org
COMMENT=	CRyptANalysis toolKit

LIB_DEPENDS=	guile:${PORTSDIR}/lang/guile

USE_GNOME=	gtk12
GNU_CONFIGURE=	yes
GUILE_CONFIG=	${LOCALBASE}/bin/guile-config
LDFLAGS+=	`${GUILE_CONFIG} link`
CFLAGS+=	`${GUILE_CONFIG} compile`
USE_GMAKE=	yes

INFO=		crank

.include <bsd.port.mk>
@


1.18
log
@- Add LDFLAGS to CONFIGURE_ENV and MAKE_ENV (as it was done with LDFLAGS)
- Fix all ports that add {CPP,LD}FLAGS to *_ENV to modify flags instead

PR:		157936
Submitted by:	myself
Exp-runs by:	pav
Approved by:	pav
@
text
@d6 1
a6 1
# $FreeBSD$
@


1.17
log
@- Chase guile shared lib bump
- Add an entry to UPDATING
@
text
@d23 2
a24 2
CONFIGURE_ENV=	CFLAGS="${CFLAGS} `${GUILE_CONFIG} compile`" \
		LDFLAGS="`${GUILE_CONFIG} link`"
@


1.16
log
@- Switch SourceForge ports to the new File Release System: categories starting with P,R,S
@
text
@d11 1
a11 1
PORTREVISION=	5
@


1.15
log
@- Chase lang/guile share library version bump (.18 -> .19)
- Bump PORTREVISION

PR:		ports/125435
@
text
@d13 1
a13 2
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}
@


1.14
log
@Bump portrevision due to upgrade of devel/gettext.

The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@@
Approved by:    portmgr (pav)
@
text
@d11 1
a11 1
PORTREVISION=	4
@


1.13
log
@- Welcome X.org 7.2 \o/.
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}.
- Bump PORTREVISION for ports intalling files in ${X11BASE}.
@
text
@d11 1
a11 1
PORTREVISION=	3
@


1.12
log
@Bump PORTREVISION on glib12/gtk12 consumer ports to ease the upgrade path.

Discussed with:	kris
Approved by:	portmgr (implicit)
@
text
@d11 1
a11 1
PORTREVISION=	2
@


1.11
log
@Add INFO macro
@
text
@d11 1
a11 1
PORTREVISION=	1
@


1.10
log
@Bump PORTREVISION on all ports that depend on gettext to aid with upgrading.

(Part 1)
@
text
@d28 2
@


1.9
log
@Remove USE_GNOMENG.
@
text
@d11 1
@


1.8
log
@De-pkg-comment.
@
text
@a19 1
USE_GNOMENG=	yes
@


1.7
log
@o Rollback PORTCOMMENT modifications while this feature's implementation
  is better studied
o Turn PORTCOMMENT variable in Makefile back into pkg-comment files

Approved by:	kris (portmgr hat),
		portmgr, re (silence)
@
text
@d16 1
@


1.6
log
@Use PORTCOMMENT in the Makefile, and whack the pkg-comment.

Approved by:	pat
@
text
@a16 2
PORTCOMMENT=	CRyptANalysis toolKit

@


1.5
log
@Deploy USE_GNOMENG infrastructure

PR:		42288
Submitted by:	Edwin Groothuis <edwin@@mavetju.org>
@
text
@d17 2
@


1.4
log
@upgrade to 0.2.1
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/crank/Makefile,v 1.3 2001/08/09 09:00:57 ijliao Exp $
d19 2
a20 1
USE_GTK=	yes
@


1.3
log
@upgrade to 0.1.4
drop maintainership
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/crank/Makefile,v 1.2 2001/04/23 06:26:56 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.1.4
d17 2
d21 3
@


1.2
log
@upgrade to 0.1.3
@
text
@d6 1
a6 1
# $FreeBSD: ports/security/crank/Makefile,v 1.1 2001/04/18 19:43:17 ijliao Exp $
d10 1
a10 1
PORTVERSION=	0.1.3
d15 1
a15 1
MAINTAINER=	ijliao@@FreeBSD.org
d18 1
a19 12

post-patch:
.for file in Makefile plugin-src/Makefile
	@@${PERL} -pi -e "s,gtk-config,${GTK_CONFIG},g" ${WRKSRC}/${file}
.endfor
	@@${PERL} -pi -e "s,plugins,${PREFIX}/lib/crank,g" ${WRKSRC}/crank.h
	@@${PERL} -pi -e "s, -g , ,g" ${WRKSRC}/plugin-src/Makefile

do-install:
	@@${INSTALL_PROGRAM} ${WRKSRC}/crank ${PREFIX}/bin
	@@${MKDIR} ${PREFIX}/lib/crank
	@@${CP} ${WRKSRC}/plugin-src/*.so ${PREFIX}/lib/crank
@


1.1
log
@add crank
CRyptANalysis toolKit
@
text
@d6 1
a6 1
# $FreeBSD$
d10 1
a10 1
PORTVERSION=	0.1.2
@

