aboutsummaryrefslogtreecommitdiff
path: root/net/sdr/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'net/sdr/Makefile')
-rw-r--r--net/sdr/Makefile34
1 files changed, 0 insertions, 34 deletions
diff --git a/net/sdr/Makefile b/net/sdr/Makefile
deleted file mode 100644
index 1b32fc22d111..000000000000
--- a/net/sdr/Makefile
+++ /dev/null
@@ -1,34 +0,0 @@
-# New ports collection makefile for: sdr
-# Date created: 5 September 1996
-# Whom: Bill Fenner <fenner@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= sdr
-PORTVERSION= 3.0
-PORTREVISION= 3
-CATEGORIES= mbone tk
-MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/3.0/
-
-MAINTAINER= ports@FreeBSD.org
-COMMENT= Multicast Session Directory
-
-LIB_DEPENDS= tk84.1:${PORTSDIR}/x11-toolkits/tk84
-BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase
-
-PLIST_FILES= bin/sdr
-WRKSRC= ${WRKDIR}/sdr/freebsd
-HAS_CONFIGURE= yes
-USE_GMAKE= yes
-
-post-extract:
- @${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
-
-.include <bsd.port.pre.mk>
-
-.if ${OSVERSION} >= 700042
-MAKE_ARGS+= "CC=gcc -g -O"
-.endif
-
-.include <bsd.port.post.mk>