f0a1969d34
is better studied o Turn PORTCOMMENT variable in Makefile back into pkg-comment files Approved by: kris (portmgr hat), portmgr, re (silence)
28 lines
474 B
Makefile
28 lines
474 B
Makefile
# 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>
|