freebsd-ports/security/cutlass/Makefile
Cheng-Lung Sung 01009cccb0 - mark IGNORE/EXPIRE_DATE since this does not support
botan 1.6.* (the latest stable branch)

Approved by:	wxs
2008-10-06 05:25:55 +00:00

33 lines
777 B
Makefile

# New ports collection makefile for: cutlass
# Date created: 28 December 2005
# Whom: Wesley Shields <wxs@csh.rit.edu>
#
# $FreeBSD$
#
PORTNAME= cutlass
PORTVERSION= 0.2.0
PORTREVISION= 2
CATEGORIES= security
MASTER_SITES= http://www.synacklabs.net/projects/cutlass/
MAINTAINER= wxs@FreeBSD.org
COMMENT= Encrypted peer-to-peer voice, text, and file transmission protocol
IGNORE= only works with botan 1.4.x
DEPRECIATED= ${IGNORE}
EXPIRE_DATE= 2008-12-31
BUILD_DEPENDS= botan-config:${PORTSDIR}/security/botan \
speexdec:${PORTSDIR}/audio/speex
MAN3= cutlass.3
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USE_GNOME= libglade2
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS}"
CPPFLAGS+= -I${LOCALBASE}/include/speex -I${LOCALBASE}/include
.include <bsd.port.mk>