blob: d80ae5a0feb4311844c6ecd613ae8a6a8869e011 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
|
# $NetBSD: Makefile,v 1.1.1.1 1999/07/07 15:14:25 bouyer Exp $
#
DISTNAME= Tclgdbm0.6
PKGNAME= tcl-gdbm-0.6
CATEGORIES= databases
MASTER_SITES= http://www.tcltk.com/ftp/ellson/
EXTRACT_SUFX= .tar.gz
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"
|