3ce0f21808
- Convert to USES=libtool and bump dependent ports - Add INSTALL_TARGET=install-strip - Remove patches that renamed include directories and libraries so they didn't conflict with early development versions of glib/gtk 2.0
23 lines
451 B
Makefile
23 lines
451 B
Makefile
# Created by: Ying-Chieh Liao <ijliao@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= crank
|
|
PORTVERSION= 0.2.1
|
|
PORTREVISION= 8
|
|
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>
|