ee68c93314
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.
25 lines
648 B
Makefile
25 lines
648 B
Makefile
# $NetBSD: Makefile,v 1.8 2006/07/07 15:49:33 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gift-gnutella-0.0.9.2
|
|
PKGREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= pkgsrc-users@NetBSD.org
|
|
HOMEPAGE= http://gift..sourceforge.net/
|
|
COMMENT= Gnutella plugin for giFT
|
|
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
CONFIGURE_ARGS+= --with-libxml=${BUILDLINK_PREFIX.libxml2}
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../net/gift/buildlink3.mk"
|
|
.include "../../textproc/libxml2/buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|