freebsd-ports/databases/xbase/Makefile
Thierry Thomas b6a30b1048 Add xbase 2.0.0, an xbase (i.e. dBase, FoxPro, etc.) compatible
C++ class library.

Approved by:	pav (mentor).
2004-04-10 18:05:19 +00:00

26 lines
588 B
Makefile

# 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_LIBTOOL_VER= 13
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>