1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/databases/tinycdb/Makefile
Olli Hauer 7f20f6a8ee -update to version 0.78
bugfix release:
 o fixed >2Gb file size prob on 32bit platform
 o fixed handling of files >=4Gb
 o fixed a few compiler warnings
2013-03-28 11:50:04 +00:00

24 lines
445 B
Makefile

# Created by: ijliao
# $FreeBSD$
PORTNAME= tinycdb
PORTVERSION= 0.78
CATEGORIES= databases
MASTER_SITES= http://www.corpit.ru/mjt/tinycdb/
MAINTAINER= ports@FreeBSD.org
COMMENT= Analogous to cdb, but faster
USE_GMAKE= yes
MAKE_ARGS= CC="${CC}" CFLAGS="${CFLAGS}" prefix="${PREFIX}"
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
MAN1= cdb.1
MAN3= cdb.3
MAN5= cdb.5
PLIST_FILES= bin/cdb include/cdb.h lib/libcdb.a
.include <bsd.port.mk>