summaryrefslogtreecommitdiff
path: root/databases/tcl-gdbm/Makefile
blob: 68ee518e992313614256c343a767c1f8b230384f (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
# $NetBSD: Makefile,v 1.3 2000/02/15 09:26:19 agc 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"