fb233fe5d7
fixes added).
24 lines
568 B
Makefile
24 lines
568 B
Makefile
# $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"
|