1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-26 00:55:14 +00:00
freebsd-ports/security/crank/Makefile
Martin Wilke 38b11fc974 - Stage support
- Convert to USES
2014-01-31 16:24:01 +00:00

25 lines
461 B
Makefile

# Created by: 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_USES= gmake
INFO= crank
.include <bsd.port.mk>