aboutsummaryrefslogtreecommitdiff
path: root/net/versuch/Makefile
blob: 315a4aec48b5004646dc0e4be58339fafea15324 (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
30
31
32
33
34
# New ports collection makefile for:	versuch
# Date created:				1 October 2006
# Whom:					warlock <warlock@elcat.kg>
#
# $FreeBSD$
#

PORTNAME=	versuch
PORTVERSION=	1.02
PORTREVISION=	1
CATEGORIES=	net
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE_EXTENDED} \
		http://warlock.elcat.kg/
MASTER_SITE_SUBDIR=	versuch
DISTNAME=	${PORTNAME}_${PORTVERSION}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	H323 voice&video proxy

LIB_DEPENDS=	pt_r.1:${PORTSDIR}/devel/pwlib \
		h323_r.1:${PORTSDIR}/net/openh323 \
		pcre\\+\\+.0:${PORTSDIR}/devel/pcre++

BROKEN=		Does not compile
DEPRECATED=	has been broken for more than 6 months
EXPIRATION_DATE=2009-01-19

WRKSRC=		${WRKDIR}/versuch

USE_GMAKE=	yes
USE_AUTOTOOLS=	autoconf:262
GNU_CONFIGURE=	yes

.include <bsd.port.mk>