After repocopy from net/openh323:
- fix PORTNAME - "chase" expat libversion bump - fix dependency/path (repocopied pwlib152) PR: 83396 (implicit) Repocopy by: marcus
This commit is contained in:
parent
8a5a741bf8
commit
8b5d884697
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=154925
1 changed files with 8 additions and 6 deletions
|
@ -5,19 +5,21 @@
|
|||
# $FreeBSD$
|
||||
#
|
||||
|
||||
PORTNAME= openh323
|
||||
PORTNAME= openh323-112
|
||||
PORTVERSION= 1.12.2
|
||||
CATEGORIES= net
|
||||
MASTER_SITES= http://www.openh323.org/bin/ \
|
||||
http://www.de.openh323.org/bin/ \
|
||||
http://www.gnomemeeting.org/downloads/0.98.0/sources/
|
||||
DISTNAME= ${PORTNAME}_${PORTVERSION}
|
||||
DISTNAME= ${NAME}_${PORTVERSION}
|
||||
|
||||
MAINTAINER= ports@FreeBSD.org
|
||||
COMMENT= A H323 Video Conferencing library
|
||||
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib:build
|
||||
LIB_DEPENDS= expat.5:${PORTSDIR}/textproc/expat2
|
||||
BUILD_DEPENDS= ${NONEXISTENT}:${PORTSDIR}/devel/pwlib152:build
|
||||
LIB_DEPENDS= expat:${PORTSDIR}/textproc/expat2
|
||||
|
||||
NAME= openh323
|
||||
|
||||
.include <bsd.port.pre.mk>
|
||||
.if ${OSVERSION} < 500000
|
||||
|
@ -31,7 +33,7 @@ PATCH_DEPENDS+= ${NONEXISTENT}:${PORTSDIR}/comms/ixj:patch
|
|||
.endif
|
||||
.endif
|
||||
|
||||
WRKSRC= ${WRKDIR}/${PORTNAME}
|
||||
WRKSRC= ${WRKDIR}/${NAME}
|
||||
|
||||
PLIST_FILES= bin/simph323
|
||||
USE_BISON= yes
|
||||
|
@ -40,7 +42,7 @@ USE_GMAKE= yes
|
|||
USE_OPENLDAP= yes
|
||||
USE_AUTOTOOLS= autoconf:259
|
||||
GNU_CONFIGURE= yes
|
||||
PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib && make -V WRKSRC
|
||||
PWLIBDIR!= cd ${PORTSDIR}/devel/pwlib152 && make -V WRKSRC
|
||||
CONFIGURE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC}
|
||||
ALL_TARGET= optnoshared
|
||||
MAKE_ENV= PWLIBDIR=${PWLIBDIR} OPENH323DIR=${WRKSRC}
|
||||
|
|
Loading…
Reference in a new issue