Ticket #439: Portfile

File Portfile, 716 bytes (added by digdog@…, 21 years ago)

Portfile

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