2001-07-26 16:09:08 +00:00
|
|
|
# Ports collection Makefile for: gnomemeeting
|
|
|
|
# Date created: 24/07/2001
|
|
|
|
# Whom: roger@FreeBSD.org
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= gnomemeeting
|
2003-08-28 06:44:56 +00:00
|
|
|
PORTVERSION= 0.98.0
|
2001-07-26 16:09:08 +00:00
|
|
|
CATEGORIES= net gnome
|
2003-08-28 06:44:56 +00:00
|
|
|
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/
|
2001-07-26 16:09:08 +00:00
|
|
|
|
|
|
|
MAINTAINER= roger@FreeBSD.org
|
2003-03-07 06:14:21 +00:00
|
|
|
COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting
|
2001-07-26 16:09:08 +00:00
|
|
|
|
2003-08-14 22:12:22 +00:00
|
|
|
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client
|
2001-08-17 17:37:22 +00:00
|
|
|
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/net/openh323:build
|
2001-07-26 16:09:08 +00:00
|
|
|
|
2001-08-17 17:37:22 +00:00
|
|
|
# note, we do not want to clean openh323, otherwise it has to build
|
2001-07-26 16:09:08 +00:00
|
|
|
# it all over again which can take several hours.
|
|
|
|
NOCLEANDEPENDS= yes
|
|
|
|
|
2002-09-04 10:11:13 +00:00
|
|
|
USE_X_PREFIX= yes
|
2001-07-26 16:09:08 +00:00
|
|
|
USE_GMAKE= yes
|
2003-05-05 20:17:03 +00:00
|
|
|
USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack
|
2002-10-25 14:56:03 +00:00
|
|
|
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" \
|
2003-08-28 06:44:56 +00:00
|
|
|
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
|
2002-10-25 14:56:03 +00:00
|
|
|
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
|
|
|
|
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
|
|
|
|
CPPFLAGS="-I${LOCALBASE}/include"
|
|
|
|
|
2003-08-28 06:44:56 +00:00
|
|
|
CONFIGURE_ARGS= --with-ptlib-includes=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/include/ptlib \
|
|
|
|
--with-ptlib-libs=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib/lib \
|
2002-09-04 10:11:13 +00:00
|
|
|
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
|
|
|
|
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
|
2002-10-25 14:56:03 +00:00
|
|
|
--with-ldap-includes=${LOCALBASE}/include \
|
|
|
|
--with-openldap-libs=${LOCALBASE}/lib
|
2001-07-26 16:09:08 +00:00
|
|
|
|
2002-10-25 14:56:03 +00:00
|
|
|
MAN1= gnomemeeting.1
|
2001-07-26 16:09:08 +00:00
|
|
|
.include <bsd.port.mk>
|