freebsd-ports/databases/tinycdb/Makefile
Simon Barner 8a84b458ee - Update to 0.74
Submitted by:	Marcus Grando <marcus (a) corp.grupos.com.br>
PR:		ports/81178
2005-05-19 09:53:43 +00:00

24 lines
428 B
Makefile

# ex:ts=8
# Ports collection makefile for: tinycdb
# Date created: Oct 17, 2002
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= tinycdb
PORTVERSION= 0.74
CATEGORIES= databases
MASTER_SITES= ftp://ftp.corpit.ru/pub/tinycdb/
MAINTAINER= ports@FreeBSD.org
COMMENT= Analogous to cdb, but faster
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
MAN1= cdb.1
MAN3= cdb.3
MAN5= cdb.5
.include <bsd.port.mk>