blob: 16028f16731c05927ca4cee0ea5b2ab88a0400fb (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
# $NetBSD: Makefile,v 1.5 2000/08/29 21:05:46 jwise Exp $
#
DISTNAME= tclgdbm-0.8
PKGNAME= tcl-gdbm-0.8
CATEGORIES= databases tcl
MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/
MAINTAINER= bouyer@netbsd.org
DEPENDS+= tcl-8.3.2:../../lang/tcl80
DEPENDS+= gdbm>=1.7.3:../../databases/gdbm
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
.include "../../mk/bsd.pkg.mk"
|