bluhm 54748039df Apply a bunch of patches to get osrtspproxy running. Upstream is
dead, so keep patches locally.  On top of that, fix linker warnings
about unsave string operations.  Take maintainer.
OK ajacoutot@
2015-07-01 11:33:50 +00:00

34 lines
863 B
Makefile

# $OpenBSD: Makefile,v 1.4 2015/07/01 11:33:50 bluhm Exp $
COMMENT= RTSP proxy reference implementation
DISTNAME= osrtspproxy_2_0
PKGNAME= osrtspproxy-2.0
REVISION= 1
CATEGORIES= net
HOMEPAGE= http://www.rtsp.org/
MAINTAINER= Alexander Bluhm <bluhm@openbsd.org>
# Real Networks license, permits modification and distribution
PERMIT_PACKAGE_CDROM= Yes
MASTER_SITES= http://docs.real.com/docs/proxykit/
CONFIGURE_STYLE= simple
CONFIGURE_ENV= CFLAGS="${CFLAGS}" \
CXXFLAGS="${CXXFLAGS}"
NO_TEST=Yes
WANTLIB += c m pthread stdc++
do-install:
${INSTALL_DATA_DIR} ${PREFIX}/share/doc/osrtspproxy
${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin
tar -C ${WRKSRC}/rtspproxy/Manual -cf - . | \
tar -xf - -C ${PREFIX}/share/doc/osrtspproxy
${INSTALL_DATA} ${WRKSRC}/LICENSE ${PREFIX}/share/doc/osrtspproxy
.include <bsd.port.mk>