1146e3e7e9
The attached shar is for security/cutlass - an encrypted peer-to-peer voice, text, and file transmission protocol entended to bring encrypted Internet use to the masses. Also included is a sample application using the protocol. Please note that the patch ommited from the PR will have to be added when ports/91035 : [UPDATE]: security/botan is commited. PR: ports/91072 Submitted by: Wesley Shields <wxs@csh.rit.edu>
28 lines
678 B
Makefile
28 lines
678 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
|
|
CATEGORIES= security
|
|
MASTER_SITES= http://www.synacklabs.net/projects/cutlass/
|
|
|
|
MAINTAINER= wxs@csh.rit.edu
|
|
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>
|