summaryrefslogtreecommitdiff
path: root/databases/hamsterdb/Makefile
blob: e00d1ce19403d1e2ee2328cce2db448040d19b69 (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
# New ports collection makefile for:	hamsterdb
# Date created:				17 July 2008
# Whom:					Wen Heping <wenheping@gmail.com>
#
# $FreeBSD$
#

PORTNAME=	hamsterdb
PORTVERSION=	1.0.5
CATEGORIES=	databases
MASTER_SITES=	http://hamsterdb.com/public/dl/

MAINTAINER=	wenheping@gmail.com
COMMENT=	A Lightweight Embedded Database Engine

GNU_CONFIGURE=	yes
USE_GMAKE=	yes
USE_LDCONFIG=	yes

post-install:
.if !defined(NOPORTDOCS)
	${MKDIR} ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/documentation/Doxyfile ${DOCSDIR}
	${INSTALL_DATA} ${WRKSRC}/documentation/tutorial.odt ${DOCSDIR}
.endif

.include <bsd.port.mk>