diff options
author | ijliao <ijliao@FreeBSD.org> | 2002-10-18 00:23:42 +0800 |
---|---|---|
committer | ijliao <ijliao@FreeBSD.org> | 2002-10-18 00:23:42 +0800 |
commit | 3facea0362767bb930a7515b977fd7ee1939c306 (patch) | |
tree | bf0629cf9bdc39f70faea7d3e6b11aa30f66c6d4 /databases/tinycdb/Makefile | |
parent | c8fc2ceedd67665e6e9af71b6e86e6543d3b00c8 (diff) | |
download | freebsd-ports-gnome-3facea0362767bb930a7515b977fd7ee1939c306.tar.gz freebsd-ports-gnome-3facea0362767bb930a7515b977fd7ee1939c306.tar.zst freebsd-ports-gnome-3facea0362767bb930a7515b977fd7ee1939c306.zip |
add tinycdb 0.72
Analogous to cdb, but faster
Diffstat (limited to 'databases/tinycdb/Makefile')
-rw-r--r-- | databases/tinycdb/Makefile | 27 |
1 files changed, 27 insertions, 0 deletions
diff --git a/databases/tinycdb/Makefile b/databases/tinycdb/Makefile new file mode 100644 index 000000000000..98d3d0cd84d0 --- /dev/null +++ b/databases/tinycdb/Makefile @@ -0,0 +1,27 @@ +# ex:ts=8 +# Ports collection makefile for: tinycdb +# Date created: Oct 17, 2002 +# Whom: ijliao +# +# $FreeBSD$ +# + +PORTNAME= tinycdb +PORTVERSION= 0.72 +CATEGORIES= databases +MASTER_SITES= ftp://ftp.corpit.ru/pub/tinycdb/ + +MAINTAINER= ports@FreeBSD.org + +USE_REINPLACE= yes +USE_GMAKE= yes + +MAN1= cdb.1 +MAN3= cdb.3 +MAN5= cdb.5 + +post-patch: + @${REINPLACE_CMD} -e "s|/usr/local|${PREFIX}|g" \ + -e "s|^CC|#CC|" -e "s|^CFLAGS|#CFLAGS|" ${WRKSRC}/Makefile + +.include <bsd.port.mk> |