freebsd-ports/mbone/sdr/Makefile
Bill Fenner a998177f76 [seems like when I thought I committed this first, I only committed
in files/ - oops]
Update to sdr 3.0.
Depend on tcl/tk 8.4.

Submitted by:	overholt <overholt@GeekDude.Com> (tcl/tk 8.3 upgrade)
PR:		ports/52779
2004-02-07 16:13:27 +00:00

29 lines
670 B
Makefile

# New ports collection makefile for: sdr
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= sdr
PORTVERSION= 3.0
CATEGORIES= mbone tk84
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/3.0/
MAINTAINER= fenner@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
USE_X_PREFIX= yes
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
.include <bsd.port.mk>