pkgsrc-wip/xbsql/Makefile
Aleksej Saushev b011ad6772 Drop superfluous PKG_DESTDIR_SUPPORT, "user-destdir" is default these days.
Mark packages that don't or might probably not have staged installation.
2012-10-07 20:11:06 +00:00

25 lines
618 B
Makefile

# $NetBSD: Makefile,v 1.14 2012/10/07 20:11:08 asau Exp $
#
DISTNAME= xbsql-0.11
PKGREVISION= 1
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
PKG_DESTDIR_SUPPORT= none
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"