pkgsrc-wip/rekall/Makefile
Soren Jacobsen ac887046bf LIBTOOL_OVERRIDE and SHLIBTOOL_OVERRIDE are now shell globs relative to
WRKSRC.  LIBTOOL_OVERRIDE defaults to "libtool */libtool and */*/libtool,"
meaning that, in most packages, there's no need to set it.

So: Nuke tons of LIBTOOL_OVERRIDE=${WRKSRC} and adjust a few
SHLIBTOOL_OVERRIDEs (remove ${WRKSRC} from them).
2004-02-17 02:56:03 +00:00

25 lines
723 B
Makefile

# $NetBSD: Makefile,v 1.3 2004/02/17 02:56:48 blef Exp $
#
DISTNAME= rekall-2.2.0-beta0
PKGNAME= ${DISTNAME:S/-beta0//}
CATEGORIES= databases
MASTER_SITES= http://www.rekallrevealed.org/packages/
EXTRACT_SUFX= .tgz
MAINTAINER= dotz@irc.pl
HOMEPAGE= http://www.rekallrevealed.org/packages/
COMMENT= KDE database frontend
USE_BUILDLINK2= yes
USE_PKGLOCALEDIR= yes
USE_LIBTOOL= yes
GNU_CONFIGURE= yes
CONFIGURE_ENV= "PYTHONBIN=${PYTHONBIN}"
.include "../../wip/xbsql/buildlink2.mk"
.include "../../databases/mysql4-client/buildlink2.mk"
.include "../../databases/postgresql-lib/buildlink2.mk"
.include "../../lang/python/extension.mk"
.include "../../x11/kdelibs3/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"