aboutsummaryrefslogtreecommitdiff
path: root/net/openh323-112
diff options
context:
space:
mode:
authorAlexander Leidinger <netchild@FreeBSD.org>2006-01-31 21:00:51 +0000
committerAlexander Leidinger <netchild@FreeBSD.org>2006-01-31 21:00:51 +0000
commit8b5d8846975191a42e5e6e9650f80261408005f2 (patch)
treee4ed00a6b3fab25baf7ecff50400028605f98bc8 /net/openh323-112
parent8a5a741bf84c945f41d99e46611c5ea273b7e990 (diff)
downloadports-8b5d8846975191a42e5e6e9650f80261408005f2.tar.gz
ports-8b5d8846975191a42e5e6e9650f80261408005f2.zip
Notes
Diffstat (limited to 'net/openh323-112')
-rw-r--r--net/openh323-112/Makefile14
1 files changed, 8 insertions, 6 deletions
diff --git a/net/openh323-112/Makefile b/net/openh323-112/Makefile
index ba920630b005..7fcf6cc2ecff 100644
--- a/net/openh323-112/Makefile
+++ b/net/openh323-112/Makefile
@@ -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}