2000-02-21 14:27:29 +01:00
|
|
|
# New ports collection makefile for: openh323
|
|
|
|
# Date created: Thu Feb 17 15:00:48 GMT 2000
|
|
|
|
# Whom: Roger Hardiman <roger@freebsd.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
2000-04-09 20:14:07 +02:00
|
|
|
PORTNAME= openh323
|
2006-02-05 14:39:41 +01:00
|
|
|
PORTVERSION= 1.17.3
|
2000-02-21 14:27:29 +01:00
|
|
|
CATEGORIES= net
|
2006-02-05 14:39:41 +01:00
|
|
|
MASTER_SITES= http://www.voxgratia.org/releases/
|
|
|
|
DISTFILES= openh323-v1_17_3-src-tar.gz
|
2000-02-21 14:27:29 +01:00
|
|
|
|
2004-12-05 05:54:21 +01:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2003-08-28 08:56:10 +02:00
|
|
|
COMMENT= A H323 Video Conferencing library
|
2000-02-21 14:27:29 +01:00
|
|
|
|
2006-02-05 14:39:41 +01:00
|
|
|
LIB_DEPENDS= expat.6:${PORTSDIR}/textproc/expat2 \
|
|
|
|
pt_FreeBSD_x86_r.1:${PORTSDIR}/devel/pwlib
|
2002-11-12 11:12:06 +01:00
|
|
|
|
2006-02-05 14:39:41 +01:00
|
|
|
WRKSRC= ${WRKDIR}/openh323_v1_17_3
|
2002-01-15 16:06:17 +01:00
|
|
|
|
2000-02-25 09:06:46 +01:00
|
|
|
USE_BISON= yes
|
2000-02-29 09:41:41 +01:00
|
|
|
USE_GMAKE= yes
|
2003-11-17 20:28:33 +01:00
|
|
|
USE_OPENLDAP= yes
|
2006-02-05 14:39:41 +01:00
|
|
|
USE_AUTOTOOLS= autoconf:259
|
2003-08-28 08:56:10 +02:00
|
|
|
GNU_CONFIGURE= yes
|
2006-02-05 14:39:41 +01:00
|
|
|
INSTALLS_SHLIB= yes
|
2002-01-15 16:06:17 +01:00
|
|
|
|
2006-02-05 14:39:41 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib" BUILDTIME="YES"
|
|
|
|
NO_FILTER_SHLIBS= yes
|
|
|
|
ALL_TARGET= optshared
|
|
|
|
MAKE_ENV= BUILDTIME="YES"
|
2000-02-21 14:27:29 +01:00
|
|
|
|
2006-02-05 14:39:41 +01:00
|
|
|
.include <bsd.port.mk>
|