2004-03-08 20:52:50 +01:00
|
|
|
# $NetBSD: Makefile,v 1.13 2004/03/08 19:52:50 minskim Exp $
|
1999-07-07 17:14:25 +02:00
|
|
|
#
|
|
|
|
|
2000-08-29 23:05:46 +02:00
|
|
|
DISTNAME= tclgdbm-0.8
|
|
|
|
PKGNAME= tcl-gdbm-0.8
|
2002-11-01 17:34:34 +01:00
|
|
|
PKGREVISION= 1
|
2000-08-29 23:05:46 +02:00
|
|
|
CATEGORIES= databases tcl
|
|
|
|
MASTER_SITES= http://www.graphviz.org/pub/tclgdbm/
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2003-07-17 23:21:03 +02:00
|
|
|
MAINTAINER= bouyer@NetBSD.org
|
2001-05-18 17:29:36 +02:00
|
|
|
COMMENT= Tcl interface to gdbm - GNU database manager
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2004-03-08 20:52:50 +01:00
|
|
|
DEPENDS+= tcl>=8.3.2:../../lang/tcl83
|
2002-11-01 17:34:34 +01:00
|
|
|
DEPENDS+= gdbm>=1.8.3:../../databases/gdbm
|
1999-07-07 18:07:09 +02:00
|
|
|
|
2001-05-18 17:29:36 +02:00
|
|
|
GNU_CONFIGURE= # defined
|
|
|
|
USE_LIBTOOL= # defined
|
2000-08-29 23:05:46 +02:00
|
|
|
LTCONFIG_OVERRIDE= ${WRKSRC}/ltconfig
|
1999-07-07 17:14:25 +02:00
|
|
|
|
2001-05-18 17:29:36 +02:00
|
|
|
CFLAGS+= -I${LOCALBASE}/include # gdbm.h
|
|
|
|
|
1999-07-07 17:14:25 +02:00
|
|
|
.include "../../mk/bsd.pkg.mk"
|