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.
24 lines
595 B
Makefile
24 lines
595 B
Makefile
# $NetBSD: Makefile,v 1.10 2006/07/07 15:49:33 jlam Exp $
|
|
#
|
|
|
|
DISTNAME= gift-openft-0.2.1.3
|
|
PKGREVISION= 3
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
|
|
|
|
MAINTAINER= alex@catbull.com
|
|
HOMEPAGE= http://gift.sourceforge.net/
|
|
COMMENT= OpenFT Plugin for the gift daemon
|
|
|
|
USE_LIBTOOL= yes
|
|
USE_TOOLS+= pkg-config
|
|
GNU_CONFIGURE= yes
|
|
|
|
PTHREAD_AUTO_VARS= yes
|
|
SHLIBTOOL_OVERRIDE= # empty
|
|
|
|
.include "../../devel/zlib/buildlink3.mk"
|
|
.include "../../databases/db4/buildlink3.mk"
|
|
.include "../../net/gift/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|