6f6fbe4bdf
- 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
29 lines
545 B
Makefile
29 lines
545 B
Makefile
# ex:ts=8
|
|
# New ports collection makefile for: Crank
|
|
# Date created: Apr 18, 2001
|
|
# Whom: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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>
|