blob: e338888b46080ee219ddb26d787e8f0e3358b998 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
|
# 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
PORTCOMMENT= Analogous to cdb, but faster
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>
|