blob: 97fc763791b9ccf16c1dce7e0dc7760513a6f82f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.4 2000/06/13 10:40:25 wiz Exp $
#
DISTNAME= Tclgdbm0.6
PKGNAME= tcl-gdbm-0.6
CATEGORIES= databases
MASTER_SITES= http://www.tcltk.com/ftp/ellson/
MAINTAINER= bouyer@netbsd.org
DEPENDS+= tcl-8.0.5:../../lang/tcl80
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|