blob: fec63590f30b3fa2f5576292b6ab3be3c4eb93b9 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
|
# New ports collection makefile for: sdr
# Version required: 2.7
# Date created: 5 September 1996
# Whom: Bill Fenner <fenner@FreeBSD.org>
#
# $FreeBSD$
#
DISTNAME= sdr-2.7
CATEGORIES= mbone tk80
MASTER_SITES= http://www-mice.cs.ucl.ac.uk/multimedia/software/sdr/2.7/
MAINTAINER= fenner@FreeBSD.org
LIB_DEPENDS= tk80.1:${PORTSDIR}/x11-toolkits/tk80
HAS_CONFIGURE= yes
USE_GMAKE= yes
USE_X_PREFIX= yes
EXTRACT_AFTER_ARGS= | ${TAR} -xf - ${DISTNAME}/common ${DISTNAME}/sdr
RESTRICTED= "Contains DES cryptography."
# Makefile.work and configure help to work with the sdr multi-platform
# build structure.
post-extract:
@${CP} ${FILESDIR}/Makefile.work ${WRKSRC}/Makefile
@${CP} ${FILESDIR}/configure ${WRKSRC}
@${CHMOD} 755 ${WRKSRC}/configure
.include <bsd.port.mk>
|