76bef11544
--uh
22 lines
577 B
Makefile
22 lines
577 B
Makefile
# $NetBSD: Makefile,v 1.12 2007/03/08 01:31:25 uhabel Exp $
|
|
#
|
|
|
|
DISTNAME= xbsql-0.11
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.rekallrevealed.org/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rekallrevealed.org/packages/
|
|
COMMENT= SQL frontend for DB4 (DBF) files with xbase
|
|
|
|
BUILD_DEPENDS+= bison-[0-9]*:../../devel/bison
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../wip/xbase/buildlink3.mk"
|
|
.include "../../devel/readline/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|