summaryrefslogtreecommitdiff
path: root/net/opal3/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/opal3/Makefile')
-rw-r--r--net/opal3/Makefile58
1 files changed, 0 insertions, 58 deletions
diff --git a/net/opal3/Makefile b/net/opal3/Makefile
deleted file mode 100644
index bd674cebb606..000000000000
--- a/net/opal3/Makefile
+++ /dev/null
@@ -1,58 +0,0 @@
-# New ports collection makefile for: openh323
-# Date created: Thu Feb 17 15:00:48 GMT 2000
-# Whom: Roger Hardiman <roger@freebsd.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= opal
-PORTVERSION= 2.2.2
-CATEGORIES= net
-MASTER_SITES= http://www.voxgratia.org/releases/
-DISTNAME= ${PORTNAME}-v${PORTVERSION:S/./_/g}-src-
-EXTRACT_SUFX= tar.gz
-
-MAINTAINER= jbq@caraldi.com
-COMMENT= VoIP abstraction library
-
-LIB_DEPENDS= pt_r.1:${PORTSDIR}/devel/pwlib
-
-WRKSRC= ${WRKDIR}/${PORTNAME}_Phobos_release2
-
-# In opal's Makefile the default make's target is optshared
-ALL_TARGET= optshared
-USE_GMAKE= yes
-USE_AUTOTOOLS= autoconf:259
-GNU_CONFIGURE= yes
-INSTALLS_SHLIB= yes
-NO_FILTER_SHLIBS= yes
-
-CONFIGURE_ENV+= CPPFLAGS="${CPPFLAGS} -I${LOCALBASE}/include -I${WRKSRC}/include" \
- LDFLAGS="${LDFLAGS} -L${LOCALBASE}/lib"
-PLIST_SUB= PORTVERSION=${PORTVERSION}
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} < 500000
-BROKEN= Does not build on FreeBSD 4.x, if you manage to make it work, please send a patch to the maintainer: ${MAINTAINER}
-.endif
-
-# Avoid build error on 64-bit architectures
-.if (${ARCH} == "amd64") || (${ARCH} == "ia64") || (${ARCH} == "sparc64")
-CFLAGS+= -fPIC
-.endif
-
-.ifdef (WITH_FFMPEG)
-LIB_DEPENDS+= avcodec.1:${PORTSDIR}/multimedia/ffmpeg
-CONFIGURE_ARGS+= --enable-h263avcodec=${LOCALBASE}/include/ffmpeg
-.endif
-
-.ifdef (WITH_SPEEX)
-LIB_DEPENDS+= speex.3:${PORTSDIR}/audio/speex-devel
-BUILD_DEPENDS+= ${LOCALBASE}/include/speex/speex_echo.h:${PORTSDIR}/audio/speex-devel
-CONFIGURE_ARGS+= --enable-localspeex=no
-.else
-CONFIGURE_ARGS+= --enable-localspeex=yes
-.endif
-
-.include <bsd.port.post.mk>