freebsd-ports/security/crank/Makefile
Tijl Coosemans f83c7639aa Remove libintl.so.9 compatibility link that was added in r374303 to
prevent massive PORTREVISION bumps.  Bump dependent ports that have not
been bumped since.
2016-12-08 19:52:19 +00:00

23 lines
439 B
Makefile

# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
# $FreeBSD$
PORTNAME= crank
PORTVERSION= 0.2.1
PORTREVISION= 9
CATEGORIES= security
MASTER_SITES= SF
MAINTAINER= ports@FreeBSD.org
COMMENT= CRyptANalysis toolKit
LIB_DEPENDS= libguile.so: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>