pkgsrc/devel/libsigc++1/Makefile
rillig 508923f461 all: migrate several HOMEPAGEs to https
pkglint --only "https instead of http" -r -F

With manual adjustments afterwards since pkglint 19.4.4 fixed a few
indentations in unrelated lines.

This mainly affects projects hosted at SourceForce, as well as
freedesktop.org, CTAN and GNU.
2020-01-18 23:30:13 +00:00

28 lines
663 B
Makefile

# $NetBSD: Makefile,v 1.6 2020/01/18 23:30:32 rillig Exp $
DISTNAME= libsigc++-1.2.7
PKGNAME= libsigc++1-1.2.7
PKGREVISION= 1
CATEGORIES= devel
MASTER_SITES= ${MASTER_SITE_GNOME:=sources/libsigc++/1.2/}
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://libsigc.sourceforge.net/
COMMENT= Type-safe callback system for C++ programs
GNU_CONFIGURE= YES
USE_LIBTOOL= YES
USE_TOOLS+= gm4 gmake
USE_LANGUAGES= c c++03
CONFLICTS+= libsigc++-1.*
PKGCONFIG_OVERRIDE= sigc++-1.2.pc.in
.include "../../mk/pthread.buildlink3.mk"
.if defined(PTHREAD_TYPE) && (${PTHREAD_TYPE} == "none")
CONFIGURE_ARGS+= --disable-threads
.endif
.include "../../mk/bsd.pkg.mk"