2004-04-10 20:05:19 +02:00
|
|
|
# New ports collection makefile for: xbase
|
|
|
|
# Date created: Nov 22, 2003
|
|
|
|
# Whom: Thierry Thomas <thierry@pompo.net>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= xbase
|
|
|
|
PORTVERSION= 2.0.0
|
2006-02-23 11:40:44 +01:00
|
|
|
PORTREVISION= 1
|
2004-04-10 20:05:19 +02:00
|
|
|
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
|
|
|
|
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
2005-05-31 19:10:29 +02:00
|
|
|
USE_GNOME= lthack
|
2006-08-15 00:55:18 +02:00
|
|
|
USE_LDCONFIG= yes
|
2004-04-10 20:05:19 +02:00
|
|
|
|
|
|
|
.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>
|