freebsd-ports/net/ekiga/Makefile

48 lines
1.7 KiB
Makefile
Raw Normal View History

# Ports collection Makefile for: gnomemeeting
# Date created: 24/07/2001
# Whom: roger@FreeBSD.org
#
# $FreeBSD$
#
PORTNAME= gnomemeeting
2003-09-10 10:02:01 +02:00
PORTVERSION= 0.98.5
CATEGORIES= net gnome
2003-08-29 11:12:13 +02:00
MASTER_SITES= http://www.gnomemeeting.org/downloads/0.98.0/sources/ \
2003-08-29 13:32:12 +02:00
ftp://ftp.gnome.org/pub/GNOME/sources/gnomemeeting/0.98/
MAINTAINER= roger@FreeBSD.org
COMMENT= GNOME H323 Video Conferencing program, similar to NetMeeting
LIB_DEPENDS= ldap.2:${PORTSDIR}/net/openldap20-client
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
2003-09-10 10:02:01 +02:00
USE_BZIP2= yes
2002-09-04 12:11:13 +02:00
USE_X_PREFIX= yes
USE_GMAKE= yes
USE_GNOME= libgnomeui libbonobo gnomeprefix gnomehack
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 08:44:56 +02:00
PTLIBDIR=${WRKDIRPREFIX}${.CURDIR}/../../devel/pwlib/work/pwlib \
OPENH323DIR=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323 \
SDL_CONFIG=${LOCALBASE}/bin/sdl11-config \
CPPFLAGS="-I${LOCALBASE}/include"
2003-08-28 08:44:56 +02: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 12:11:13 +02:00
--with-openh323-includes=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/include \
--with-openh323-libs=${WRKDIRPREFIX}${.CURDIR}/../openh323/work/openh323/lib \
--with-ldap-includes=${LOCALBASE}/include \
--with-openldap-libs=${LOCALBASE}/lib
MAN1= gnomemeeting.1
.include <bsd.port.mk>