aboutsummaryrefslogtreecommitdiff
path: root/net/gnomemeeting/Makefile
blob: 34f3c2d3e31099586fcde5c4d6866f68f37440e5 (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
# Ports collection Makefile for:	gnomemeeting
# Date created:				24/07/2001
# Whom:					roger@FreeBSD.org
#
# $FreeBSD$
#

PORTNAME=	gnomemeeting
PORTVERSION=	0.10
CATEGORIES=	net gnome
MASTER_SITES=	http://130.104.229.225/gnomemeeting/downloads/0.10/sources/ \
		ftp://telepresence.dmem.strath.ac.uk/pub/openh323/

MAINTAINER=	roger@FreeBSD.org

LIB_DEPENDS=	ldap.1:${PORTSDIR}/net/openldap \
		gdk_pixbuf.2:${PORTSDIR}/graphics/gdk-pixbuf/

BUILD_DEPENDS=  ${NONEXISTENT}:${PORTSDIR}/net/openh323:build

# note, we do not want to clean openh323, otherwise it has to build
# it all over again which can take several hours.
NOCLEANDEPENDS= yes

USE_NEWGCC=     yes
USE_GNOME=	yes
USE_AUTOCONF=	yes
USE_GTK=	yes
USE_GMAKE=	yes
CONFIGURE_ENV=	LIBS=-L${PREFIX}/lib \
		PWLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
		OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \

.include <bsd.port.mk>