2001-07-26 18:09:08 +02:00
|
|
|
# Ports collection Makefile for: gnomemeeting
|
|
|
|
# Date created: 24/07/2001
|
|
|
|
# Whom: roger@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomemeeting
|
2003-01-28 18:41:04 +01:00
|
|
|
PORTVERSION= 0.96.0
|
2003-02-07 20:33:51 +01:00
|
|
|
PORTREVISION= 1
|
2001-07-26 18:09:08 +02:00
|
|
|
CATEGORIES= net gnome
|
2003-01-28 18:41:04 +01:00
|
|
|
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.96.0/sources/
|
2001-07-26 18:09:08 +02:00
|
|
|
|
|
|
|
MAINTAINER= roger@FreeBSD.org
|
|
|
|
|
2003-02-24 03:56:37 +01:00
|
|
|
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20 \
|
2003-02-07 20:33:51 +01:00
|
|
|
gnomeui-2.200:${PORTSDIR}/x11-toolkits/libgnomeui \
|
2002-11-02 02:37:18 +01:00
|
|
|
bonobo-2.0:${PORTSDIR}/devel/libbonobo
|
2001-08-17 19:37:22 +02:00
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
|
2001-07-26 18:09:08 +02:00
|
|
|
|
2001-08-17 19:37:22 +02:00
|
|
|
# note, we do not want to clean openh323, otherwise it has to build
|
2001-07-26 18:09:08 +02:00
|
|
|
# it all over again which can take several hours.
|
|
|
|
NOCLEANDEPENDS= yes
|
|
|
|
|
2002-09-04 12:11:13 +02:00
|
|
|
USE_X_PREFIX= yes
|
2001-07-26 18:09:08 +02:00
|
|
|
USE_GMAKE= yes
|
2002-10-25 16:56:03 +02:00
|
|
|
USE_GNOMENG= yes
|
|
|
|
USE_GNOME= gdkpixbuf gnomelibs gnomehack gnomeprefix gconf bonobo esound
|
|
|
|
USE_BISON= yes
|
|
|
|
# Clear configure target so we stop getting binaries prefixed with i386-portbld-freebsd46
|
|
|
|
CONFIGURE_TARGET=
|
|
|
|
GNU_CONFIGURE= YES
|
|
|
|
CONFIGURE_ENV= OSTYPE=${OPSYS} \
|
|
|
|
LIBS="-L${PREFIX}/lib -L${LOCALBASE}/lib" \
|
|
|
|
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib \
|
|
|
|
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
|
|
|
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
|
|
|
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/include/ptlib \
|
2002-09-04 12:11:13 +02:00
|
|
|
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/pwlib/lib \
|
|
|
|
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
|
|
|
|
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
|
2002-10-25 16:56:03 +02:00
|
|
|
--with-ldap-includes=${LOCALBASE}/include \
|
|
|
|
--with-openldap-libs=${LOCALBASE}/lib
|
2001-07-26 18:09:08 +02:00
|
|
|
|
2002-10-25 16:56:03 +02:00
|
|
|
MAN1= gnomemeeting.1
|
2001-07-26 18:09:08 +02:00
|
|
|
.include <bsd.port.mk>
|