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).
22 lines
647 B
Makefile
22 lines
647 B
Makefile
# $NetBSD: Makefile,v 1.2 2004/02/17 02:56:31 blef Exp $
|
|
#
|
|
|
|
DISTNAME= pxlib_0.2.0.orig
|
|
PKGNAME= pxlib-0.2.0
|
|
CATEGORIES= databases devel
|
|
MASTER_SITES= http://cesnet.dl.sourceforge.net/sourceforge/pxlib/
|
|
|
|
MAINTAINER= dotz@irc.pl
|
|
HOMEPAGE= http://cesnet.dl.sourceforge.net/sourceforge/pxlib/
|
|
COMMENT= C language library for reading Paradox database files
|
|
|
|
WRKSRC= ${WRKDIR}/pxlib-0.2.0
|
|
USE_BUILDLINK2= yes
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/pxlib.pc.in
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include "../../converters/libiconv/buildlink2.mk"
|
|
.include "../../converters/recode/buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|