summaryrefslogtreecommitdiff
path: root/mbone/sdr/Makefile
blob: 38dac118f34104fb39889ed8317d1e779f443dcb (plain)
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
33
34
35
36
37
# $NetBSD: Makefile,v 1.3 1998/01/22 10:26:38 agc Exp $
#
# Packages collection makefile for:	sdr
# Version required:			2.3a1
# Date created:				18 November 1997
# By:	      Ignatios Souvatzis <is@netbsd.org>
#
# Based on:
# New ports collection makefile for:	sdr
# Version required:			2.3a1
# Date created:				5 September 1996
# Whom:	      Bill Fenner <fenner@FreeBSD.ORG>
#
#   Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp 
#

DISTNAME=	sdr.V2.3a1
PKGNAME=	sdr-2.3a1
CATEGORIES=	mbone tk80
MASTER_SITES=	ftp://cs.ucl.ac.uk/mice/sdr/

MAINTAINER=	is@netbsd.org

LIB_DEPENDS=	tk80\\.1:${PORTSDIR}/x11/tk80

RESTRICTED=	"Contains DES encryption"
MIRROR_DISTFILE=	no
NO_WRKSUBDIR=	yes
USE_GMAKE=	yes
USE_X11=	yes

# src/libs.tcl is autogenerated from the tcl/tk installed on the
# build system, so we shouldn't use the one in the distribution.
post-extract:
	-@rm ${WRKSRC}/src/libs.tcl

.include <bsd.port.mk>