set OVERRIDE_DIRDEPTH to find any libtool scripts deeper in the WRKSRC tree unless they're named something other than "libtool". SHLIBTOOL_OVERRIDE generally doesn't need to be specified either -- just define it to the empty list and shlibtool-override will look for libtool scripts.
21 lines
545 B
Makefile
21 lines
545 B
Makefile
# $NetBSD: Makefile,v 1.26 2006/07/07 15:49:32 jlam Exp $
|
|
|
|
DISTNAME= kbiff-3.8
|
|
PKGREVISION= 3
|
|
CATEGORIES= devel kde
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=kbiff/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= markd@NetBSD.org
|
|
HOMEPAGE= http://www.granroth.org/kbiff/index.html
|
|
COMMENT= Mail notification utility for KDE
|
|
|
|
USE_TOOLS+= gmake
|
|
USE_LANGUAGES= c c++
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
.include "../../meta-pkgs/kde3/kde3.mk"
|
|
.include "../../x11/kdelibs3/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|