1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-21 00:25:50 +00:00
freebsd-ports/security/crank/Makefile
Baptiste Daroussin 0637102612 Remove no-op USE_USES
Convert to new LIB_DEPENDS
2014-05-28 12:00:05 +00:00

24 lines
451 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= libguile.so:${PORTSDIR}/lang/guile
USE_GNOME= gtk12
GNU_CONFIGURE= yes
GUILE_CONFIG= ${LOCALBASE}/bin/guile-config
LDFLAGS+= `${GUILE_CONFIG} link`
CFLAGS+= `${GUILE_CONFIG} compile`
INFO= crank
.include <bsd.port.mk>