pkgsrc-wip/palm-db-tools/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

24 lines
597 B
Makefile

# $NetBSD: Makefile,v 1.5 2004/02/17 02:56:30 blef Exp $
#
DISTNAME= palm-db-tools-0_3_4
PKGNAME= palm-db-tools-0.3.4
CATEGORIES= converters
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=palm-db-tools/}
MAINTAINER= tech-pkg@NetBSD.org
HOMEPAGE= http://palm-db-tools.sourceforge.net/
COMMENT= Tools to convert to/from Palm OS databases
USE_GNU_TOOLS+= make
USE_BUILDLINK2= YES
USE_LIBTOOL= YES
LTCONFIG_OVERRIDE=${WRKSRC}/ltconfig
GNU_CONFIGURE= yes
CONFIGURE_SCRIPT= ${WRKSRC}/configure
WRKSRC= ${WRKDIR}/palm-db-tools
.include "../../devel/libtool/buildlink2.mk"
.include "../../mk/bsd.pkg.mk"