pkgsrc/net/gift/Makefile
he a3b76c13ca Add a couple of patches:
* Quiet type conversion warnings by adding const to one of the logging
   functions
 * Don't confuse the C preprocessor by converting one arg into two.
   Fixes build on NetBSD/8.0 with SSP.
Bump PKGREVISION.
2017-12-26 11:27:39 +00:00

29 lines
771 B
Makefile

# $NetBSD: Makefile,v 1.23 2017/12/26 11:27:39 he Exp $
#
DISTNAME= gift-0.11.8.1
PKGREVISION= 9
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"