1996-11-10 21:16:48 +00:00
|
|
|
# New ports collection makefile for: sdr
|
1999-09-09 05:48:35 +00:00
|
|
|
# Version required: 2.7
|
1996-11-10 21:16:48 +00:00
|
|
|
# Date created: 5 September 1996
|
1999-08-31 06:53:31 +00:00
|
|
|
# Whom: Bill Fenner <fenner@FreeBSD.org>
|
1996-11-10 21:16:48 +00:00
|
|
|
#
|
1999-08-25 07:23:21 +00:00
|
|
|
# $FreeBSD$
|
1996-11-10 21:16:48 +00:00
|
|
|
#
|
|
|
|
|
1999-09-09 05:48:35 +00:00
|
|
|
DISTNAME= sdr-2.7
|
1997-09-11 03:55:02 +00:00
|
|
|
CATEGORIES= mbone tk80
|
1999-09-09 05:48:35 +00:00
|
|
|
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
|
1996-11-10 21:16:48 +00:00
|
|
|
|
|
|
|
MAINTAINER= fenner@FreeBSD.org
|
|
|
|
|
1998-09-25 10:05:14 +00:00
|
|
|
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
|
1996-11-10 21:16:48 +00:00
|
|
|
|
1997-12-19 00:52:20 +00:00
|
|
|
HAS_CONFIGURE= yes
|
1996-11-10 21:16:48 +00:00
|
|
|
USE_GMAKE= yes
|
1998-08-05 09:31:52 +00:00
|
|
|
USE_X_PREFIX= yes
|
1996-11-10 21:16:48 +00:00
|
|
|
|
1999-09-09 05:48:35 +00:00
|
|
|
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr
|
|
|
|
|
|
|
|
RESTRICTED= "Contains DES cryptography."
|
|
|
|
|
1997-12-19 00:52:20 +00:00
|
|
|
# Makefile.work and configure help to work with the sdr multi-platform
|
|
|
|
# build structure.
|
1997-10-15 20:35:20 +00:00
|
|
|
post-extract:
|
1997-12-19 00:52:20 +00:00
|
|
|
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
|
|
|
|
@${CP} ${FILESDIR}/configure ${WRKSRC}
|
1999-08-22 19:01:07 +00:00
|
|
|
@${CHMOD} 755 ${WRKSRC}/configure
|
1997-10-15 20:35:20 +00:00
|
|
|
|
1996-11-10 21:16:48 +00:00
|
|
|
.include <bsd.port.mk>
|