summaryrefslogtreecommitdiffstats
path: root/databases/xbase/Makefile
blob: 4ab5357ec96c32dc469b02abaa320f937d6c9e21 (plain)
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:	xbase
# Date created:				Nov 22, 2003
# Whom:					Thierry Thomas <thierry@pompo.net>
#
# $FreeBSD$

PORTNAME=	xbase
PORTVERSION=	2.0.0
CATEGORIES=	databases
MASTER_SITES=	http://www.rekallrevealed.org/packages/
EXTRACT_SUFX=	.tgz

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library

USE_AUTOTOOLS=	libtool:15
USE_GNOME=	lthack
INSTALLS_SHLIB=	yes

.if defined(MAINTAINER_MODE)
test:	install
.for exi in sample1 sample2 sample3 sample4 sample5
	(cd /tmp && ${WRKSRC}/examples/${exi})
.endfor
.endif

.include <bsd.port.mk>
OpenPOWER on IntegriCloud