pkgsrc-wip/mdbtools/Makefile
Aleksej Saushev 5069d752df 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 15:09:46 +00:00

23 lines
562 B
Makefile

# $NetBSD: Makefile,v 1.7 2012/10/03 15:09:53 asau Exp $
#
DISTNAME= mdbtools-0.6pre1
PKGREVISION= 1
CATEGORIES= databases
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=mdbtools/}
MAINTAINER= pancake@phreaker.net
HOMEPAGE= http://mdbtools.sourceforge.net/
COMMENT= Microsoft Access Database management tools
LICENSE= gnu-lgpl-v2 AND gnu-gpl-v2
USE_TOOLS+= gmake
GNU_CONFIGURE= YES
USE_TOOLS+= pkg-config
PKGCONFIG_OVERRIDE+= libmdb.pc.in libmdbsql.pc.in
.include "options.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"