blob: 9b1016bc41e0801ff9d66f601093daeec260f505 (
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.8 1998/06/18 10:45:54 is Exp $
# FreeBSD Id: Makefile,v 1.6 1997/10/15 20:35:20 fenner Exp
#
DISTNAME= sdr.V2.4a7n
PKGNAME= sdr-2.4a7-mmrz
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"
|