b011ad6772
Mark packages that don't or might probably not have staged installation.
20 lines
485 B
Makefile
20 lines
485 B
Makefile
# $NetBSD: Makefile,v 1.12 2012/10/07 20:11:08 asau Exp $
|
|
#
|
|
|
|
DISTNAME= xbase-2.0.0
|
|
CATEGORIES= databases
|
|
MASTER_SITES= http://www.rekallrevealed.org/packages/
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://www.rekallrevealed.org/packages/
|
|
COMMENT= Xbase (i.e. dBase, FoxPro, etc.) compatible C++ class library
|
|
|
|
PKG_DESTDIR_SUPPORT= none
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../mk/bsd.pkg.mk"
|