diff options
author | Roger Hardiman <roger@FreeBSD.org> | 2001-05-03 01:37:36 +0000 |
---|---|---|
committer | Roger Hardiman <roger@FreeBSD.org> | 2001-05-03 01:37:36 +0000 |
commit | 64013a07feaacfba4092ce5dfa0a3343a1559d91 (patch) | |
tree | 3f91ff829e61bac64b67d5192bd20e576c04fd0e /net/opal | |
parent | 6527c5587fea846f41bfc7209fdaf33f10204739 (diff) | |
download | ports-64013a07feaacfba4092ce5dfa0a3343a1559d91.tar.gz ports-64013a07feaacfba4092ce5dfa0a3343a1559d91.zip |
Notes
Diffstat (limited to 'net/opal')
-rw-r--r-- | net/opal/Makefile | 14 | ||||
-rw-r--r-- | net/opal/distinfo | 5 |
2 files changed, 5 insertions, 14 deletions
diff --git a/net/opal/Makefile b/net/opal/Makefile index d63256ec0a30..1803aa0faf53 100644 --- a/net/opal/Makefile +++ b/net/opal/Makefile @@ -6,13 +6,13 @@ # PORTNAME= openh323 -PORTVERSION= 1.1pl1 +PORTVERSION= 1.2.12 CATEGORIES= net MASTER_SITES= http://www.openh323.org/bin/ \ http://www.de.openh323.org/bin/ \ http://www.ru.openh323.org/bin/ -DISTFILES= openh323_1.1pl1.tar.gz \ - pwlib_min_1.1pl19.tar.gz +DISTFILES= openh323_1.2.12.tar.gz \ + pwlib_1.1.27.tar.gz MAINTAINER= roger@freebsd.org @@ -21,20 +21,12 @@ WRKSRC= ${WRKDIR}/${PORTNAME} USE_NEWGCC= yes USE_BISON= yes -# If the user compiles with make -DNO_XWINDOWS do not include X support -.if !defined(NO_XWINDOWS) -USE_XLIB= yes -.endif - USE_GMAKE= yes ALL_TARGET= opt MAKE_ENV= PWLIBDIR=${WRKDIR}/pwlib \ OPENH323DIR=${WRKDIR}/openh323 THE_MACHTYPE= ${ARCH:S/i386/x86/} MAKE_ARGS= OSTYPE=${OPSYS} MACHTYPE=${THE_MACHTYPE} OSRELEASE=${OSVERSION} CPLUS=${CXX} -.if defined(NO_XWINDOWS) -MAKE_ARGS+= NO_XWINDOWS=1 -.endif do-install: ${INSTALL_PROGRAM} ${WRKSRC}/samples/simple/obj_${OPSYS}_${THE_MACHTYPE}_r/simph323 ${PREFIX}/bin diff --git a/net/opal/distinfo b/net/opal/distinfo index f9a07dd25eda..6c1cd4517bf8 100644 --- a/net/opal/distinfo +++ b/net/opal/distinfo @@ -1,3 +1,2 @@ -MD5 (openh323_1.1pl1.tar.gz) = 3455fe8bf9e4aa31b39c444fc58a9baa -MD5 (openh323_1.1pl1.tar.gz) = 3b98bb7dcc875442b17421e348cfd64b -MD5 (pwlib_min_1.1pl19.tar.gz) = 672b2e90bb7d16b1ab85ba8328a0d364 +MD5 (openh323_1.2.12.tar.gz) = d1a9243f7538f8bbdebeb23ea4077c64 +MD5 (pwlib_1.1.27.tar.gz) = a5444c2a2c55be99968ed9ff71d03fb4 |