- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG - Remove X11BASE support in favor of LOCALBASE or PREFIX - Use USE_LDCONFIG instead of INSTALLS_SHLIB - Remove unneeded USE_GCC 3.4+ Thanks to all Helpers: Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr, ehaupt, nox, itetcu, flz, pav PR: 116263 Tested on: pointyhat Approved by: portmgr (pav)
29 lines
692 B
Makefile
29 lines
692 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= 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
|
|
|
|
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>
|