pkgsrc-wip/libgda-xbase/Makefile
Aleksej Saushev fa92529aff 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-03 09:10:35 +00:00

14 lines
320 B
Makefile

# $NetBSD: Makefile,v 1.2 2012/10/03 09:10:38 asau Exp $
#
LIBGDA_PROVIDER= xbase
.include "../../databases/libgda/Makefile.common"
CONFIGURE_ARGS+= --with-xbase=${PREFIX}
CFLAGS+= -Wno-deprecated
CFLAGS+= -DXBASE_USED
USE_LANGUAGES+= c c++
.include "../../wip/xbase/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"