diff options
author | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
---|---|---|
committer | Kris Kennaway <kris@FreeBSD.org> | 2004-09-19 02:59:05 +0000 |
commit | 377caa388426fd9bdabe0696cc2c94739c635266 (patch) | |
tree | 207e0ac7ad48a3e2ade8f95d2cdeadec5362a18a /net/osrtspproxy | |
parent | d610bf888417e28bbc6e278ae652940f6204ebad (diff) | |
download | ports-377caa388426fd9bdabe0696cc2c94739c635266.tar.gz ports-377caa388426fd9bdabe0696cc2c94739c635266.zip |
Notes
Diffstat (limited to 'net/osrtspproxy')
-rw-r--r-- | net/osrtspproxy/Makefile | 8 |
1 files changed, 7 insertions, 1 deletions
diff --git a/net/osrtspproxy/Makefile b/net/osrtspproxy/Makefile index 91350d9604b1..497db0f159cb 100644 --- a/net/osrtspproxy/Makefile +++ b/net/osrtspproxy/Makefile @@ -17,8 +17,14 @@ COMMENT= The RTSP Proxy Kit is a reference implementation of an RTSP proxy HAS_CONFIGURE= YES +.include <bsd.port.pre.mk> + +.if ${OSVERSION} >= 502126 +BROKEN= "Does not compile on FreeBSD >= 5.x" +.endif + do-install: ${INSTALL_PROGRAM} ${WRKSRC}/rtspproxy/rtspproxy ${PREFIX}/sbin ${INSTALL_SCRIPT} ${FILESDIR}/rtspproxy.sh ${PREFIX}/etc/rc.d/rtspproxy.sh.sample -.include <bsd.port.mk> +.include <bsd.port.post.mk> |