freebsd-ports/databases/hamsterdb/Makefile
2010-04-17 08:11:29 +00:00

35 lines
734 B
Makefile

# New ports collection makefile for: hamsterdb
# Date created: 17 July 2008
# Whom: Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#
PORTNAME= hamsterdb
PORTVERSION= 1.1.4
CATEGORIES= databases
MASTER_SITES= http://hamsterdb.com/public/dl/
MAINTAINER= wen@FreeBSD.org
COMMENT= A Lightweight Embedded Database Engine
GNU_CONFIGURE= yes
USE_GMAKE= yes
USE_LDCONFIG= yes
HAM_DOCS= README INSTALL ChangeLog TODO AUTHORS CREDITS
post-extract:
${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/configure
${REINPLACE_CMD} -e 's#-ldl##g' ${WRKSRC}/unittests/Makefile.in
post-install:
.if !defined(NOPORTDOCS)
${MKDIR} ${DOCSDIR}
.for i in ${HAM_DOCS}
${INSTALL_DATA} ${WRKSRC}/${i} ${DOCSDIR}/
.endfor
.endif
.include <bsd.port.mk>