freebsd-ports/mbone/sdr/Makefile

29 lines
667 B
Makefile
Raw Normal View History

# New ports collection makefile for: sdr
# Version required: 2.9
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
1999-08-25 03:23:21 -04:00
# $FreeBSD$
#
DISTNAME= sdr-2.9
CATEGORIES= mbone tk82
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.9/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk82.1:${PORTSDIR}/x11-toolkits/tk82
2000-01-26 14:00:55 -05:00
BUILD_DEPENDS= ${LOCALBASE}/lib/libuclmmbase.a:${PORTSDIR}/devel/uclmmbase
WRKSRC= ${WRKDIR}/sdr/freebsd
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
1999-09-09 01:48:35 -04:00
RESTRICTED= "Contains DES cryptography."
post-extract:
@${CP} ${FILESDIR}/Makefile.freebsd ${WRKSRC}/Makefile.freebsd
.include <bsd.port.mk>