summaryrefslogtreecommitdiff
path: root/mbone/sdr/Makefile
blob: e2f88550b59bfda43f61617fd4475977ff0595a0 (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
# $NetBSD: Makefile,v 1.9 1998/07/14 12:08:36 hubertf Exp $
# FreeBSD Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp 
#

DISTNAME=	sdr.V2.4a7n
PKGNAME=	sdr-2.4a7mmrz
CATEGORIES=	mbone tk80
MASTER_SITES=	http://north.east.isi.edu/sdr/

MAINTAINER=	is@netbsd.org

DEPENDS+=	tk-8.0p2:../../x11/tk80

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 "../../mk/bsd.pkg.mk"