d2ca14a3f1
a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
28 lines
730 B
Makefile
28 lines
730 B
Makefile
# $NetBSD: Makefile,v 1.18 2013/05/31 12:41:33 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gift-0.11.8.1
|
|
PKGREVISION= 5
|
|
CATEGORIES= net
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=gift/}
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= alex@catbull.com
|
|
HOMEPAGE= http://gift.sourceforge.net/
|
|
COMMENT= Modular daemon that abstracts filesharing protocols
|
|
|
|
USE_TOOLS+= perl:run pkg-config
|
|
USE_PKGLOCALEDIR= yes
|
|
USE_LIBTOOL= yes
|
|
GNU_CONFIGURE= yes
|
|
PTHREAD_AUTO_VARS= yes
|
|
|
|
CONFIGURE_ARGS+= --enable-libmagic
|
|
|
|
PKGCONFIG_OVERRIDE+= ${WRKSRC}/lib/libgift.pc.in
|
|
|
|
.include "../../devel/libltdl/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../sysutils/file/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|