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).
24 lines
569 B
Makefile
24 lines
569 B
Makefile
# $NetBSD: Makefile,v 1.6 2004/02/17 02:55:17 blef Exp $
|
|
#
|
|
|
|
DISTNAME= DFBSee-0.7.4
|
|
PKGNAME= ${DISTNAME:S/DFBS/dfbs/}
|
|
CATEGORIES= graphics
|
|
MASTER_SITES= http://www.directfb.org/download/DFBSee/
|
|
|
|
MAINTAINER= xtraeme@NetBSD.org
|
|
HOMEPAGE= http://www.directfb.org/download/DFBSee/
|
|
COMMENT= Image viewer for DirectFB
|
|
|
|
ONLY_FOR_PLATFORM= Linux-*-* NetBSD-*-*
|
|
|
|
USE_BUILDLINK2= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GNU_TOOLS+= make
|
|
|
|
USE_LIBTOOL= yes
|
|
|
|
.include "../../wip/directfb/buildlink2.mk"
|
|
|
|
.include "../../mk/ossaudio.buildlink2.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|