Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
29 lines
772 B
Makefile
29 lines
772 B
Makefile
# $NetBSD: Makefile,v 1.20 2014/05/29 23:37:03 wiz Exp $
|
|
#
|
|
|
|
DISTNAME= gift-0.11.8.1
|
|
PKGREVISION= 6
|
|
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 "../../devel/zlib/buildlink3.mk"
|
|
.include "../../audio/libvorbis/buildlink3.mk"
|
|
.include "../../sysutils/file/buildlink3.mk"
|
|
.include "../../mk/pthread.buildlink3.mk"
|
|
.include "../../mk/bsd.pkg.mk"
|