1 | # $Id: Portfile,v 1.10 2003/03/23 10:37:40 digdog Exp $ |
---|
2 | |
---|
3 | PortSystem 1.0 |
---|
4 | |
---|
5 | name gdbm |
---|
6 | version 1.8.3 |
---|
7 | categories databases |
---|
8 | maintainers digdog@opendarwin.org |
---|
9 | |
---|
10 | description The GNU database manager |
---|
11 | long_description The GNU `dbm' is a library of database functions that |
---|
12 | use extendible hashing and works similar to the standard UNIX `dbm' functions. |
---|
13 | These routines are provided to a programmer needing to create and manipulate a |
---|
14 | hashed database. |
---|
15 | homepage http://www.gnu.org/software/gdbm/gdbm.html |
---|
16 | |
---|
17 | platforms darwin freebsd |
---|
18 | master_sites ftp://ftp.gnu.org/pub/gnu/gdbm/ |
---|
19 | distname ${portname}-${portversion} |
---|
20 | checksums md5 1d1b1d5c0245b1c00aff92da751e9aa1 |
---|
21 | patchfiles patch-Makefile.in |
---|
22 | |
---|
23 | install.args prefix=${destroot}/${prefix} |
---|