20 lines
456 B
Makefile
20 lines
456 B
Makefile
# 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.4 1999/03/12 15:16:58 scrappy Exp $
|
|
#
|
|
|
|
DISTNAME= cdb-0.55
|
|
CATEGORIES= databases
|
|
MASTER_SITES= ftp://koobera.math.uic.edu/www/software/
|
|
|
|
MAINTAINER= ports@FreeBSD.ORG
|
|
|
|
ALL_TARGET= it
|
|
MAN1= cdbget.1 cdbmake.1 cdbdump.1 cdbstats.1 cdbtest.1
|
|
MAN3= cdb.3
|
|
|
|
.include <bsd.port.mk>
|