4cffd86a29
for each of the continuation lines, rather than using backslashes to continue a single, long definition. This makes it much easier to spot pre-requisite packages and other dependencies.
16 lines
334 B
Makefile
16 lines
334 B
Makefile
# $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"
|