summaryrefslogtreecommitdiff
path: root/databases/cdb/Makefile
blob: 61f8788a76e15ca432fa2ea6e99beec67acd54f6 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# ports collection makefile for:	Constant DataBase
# Version required:			0.55
# Date created:				18th July 1998
# Whom:					Gary Palmer <gpalmer@freebsd.org>
#
# $Id: Makefile,v 1.3 1998/07/21 22:16:24 asami Exp $
#

DISTNAME=	cdb-0.55
CATEGORIES=	databases
MASTER_SITES=	ftp://koobera.math.uic.edu/www/software/

MAINTAINER=	ports@FreeBSD.ORG

WWW_SITE=	http://pobox.com/~djb/cdb.html

ALL_TARGET=	it
MAN1=		cdbget.1 cdbmake.1 cdbdump.1 cdbstats.1 cdbtest.1
MAN3=		cdb.3

.include <bsd.port.mk>