diff options
author | roger <roger@FreeBSD.org> | 2000-05-01 16:59:05 +0800 |
---|---|---|
committer | roger <roger@FreeBSD.org> | 2000-05-01 16:59:05 +0800 |
commit | c51747ce1f71dc35e1841151ccc2331923ccfe88 (patch) | |
tree | 43bf59fec86089698ff3ae738b013f56ac2d959e /net/opal/Makefile | |
parent | 50108784f2d1dc55be053cb25bd492a0717ac0be (diff) | |
download | freebsd-ports-gnome-c51747ce1f71dc35e1841151ccc2331923ccfe88.tar.gz freebsd-ports-gnome-c51747ce1f71dc35e1841151ccc2331923ccfe88.tar.zst freebsd-ports-gnome-c51747ce1f71dc35e1841151ccc2331923ccfe88.zip |
Update to OpenH323 1.1beta1 and pwlib 1.1pl15
Note, the H323 Video Conferencing application this builds is now called
ohphone (previously it was called voxilla)
Diffstat (limited to 'net/opal/Makefile')
-rw-r--r-- | net/opal/Makefile | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index 647b1ae481ef..4748ef898727 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.1.a1 +PORTVERSION= 1.1.beta1 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.1alpha1${EXTRACT_SUFX} \ - pwlib_min_1.14.tar.gz +DISTFILES= openh323_1.1beta1${EXTRACT_SUFX} \ + pwlib_min_1.1pl15.tar.gz MAINTAINER= roger@freebsd.org @@ -28,9 +28,9 @@ THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} do-install: - ${INSTALL_PROGRAM} ${WRKSRC}/test/obj_${OPSYS}_${THE_MACHTYPE}_r/voxilla ${PREFIX}/bin - ${INSTALL_MAN} ${WRKSRC}/test/voxilla.1 ${PREFIX}/man/man1/voxilla.1 + ${INSTALL_PROGRAM} ${WRKSRC}/sample/obj_${OPSYS}_${THE_MACHTYPE}_r/ohphone ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/sample/ohphone.1 ${PREFIX}/man/man1/ohphone.1 -MAN1= voxilla.1 +MAN1= ohphone.1 .include <bsd.port.mk> |