summaryrefslogtreecommitdiff
path: root/mbone/sdr/Makefile
blob: 879e1eb5e5a33283384618740eda9095d24cdb2e (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
# $NetBSD: Makefile,v 1.10 1998/08/20 15:17:11 tsarna 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
HOMEPAGE=	http://north.east.isi.edu/sdr/

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"