blob: 6f6b953da20f5fe07562100f403c755bf2949068 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.2 1999/07/07 16:07:09 bouyer 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 \
gdbm-1.7.3:../../databases/gdbm
GNU_CONFIGURE= yes
.include "../../mk/bsd.pkg.mk"
|