summaryrefslogtreecommitdiff
path: root/security/cutlass/Makefile
blob: b8e103f93569f26915ed5613b676512e8381aca6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
# 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=	1
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

BUILD_DEPENDS=	botan-config:${PORTSDIR}/security/botan \
		speexdec:${PORTSDIR}/audio/speex

MAN3=	cutlass.3

INSTALLS_SHLIB=	yes
GNU_CONFIGURE=	yes
USE_GNOME=	libglade2
CONFIGURE_ENV=	CPPFLAGS="${CPPFLAGS}"

CPPFLAGS+=	-I${LOCALBASE}/include/speex -I${LOCALBASE}/include

.include <bsd.port.mk>