pkgsrc/chat/libpurple/Makefile.common
rillig 9637f7852e all: migrate homepages from http to https
pkglint -r --network --only "migrate"

As a side-effect of migrating the homepages, pkglint also fixed a few
indentations in unrelated lines. These and the new homepages have been
checked manually.
2020-01-26 17:30:40 +00:00

55 lines
1.6 KiB
Text

# $NetBSD: Makefile.common,v 1.52 2020/01/26 17:30:48 rillig Exp $
#
# used by chat/finch/Makefile
# used by chat/libpurple/Makefile
# used by chat/pidgin/Makefile
# used by chat/pidgin-sametime/Makefile
# used by chat/pidgin-silc/Makefile
PIDGIN_VERSION= 2.13.0
DISTNAME= pidgin-${PIDGIN_VERSION}
CATEGORIES= chat
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE:=pidgin/}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= https://www.pidgin.im/
LICENSE= gnu-gpl-v2
USE_LIBTOOL= yes
USE_PKGLOCALEDIR= yes
USE_TOOLS+= pkg-config gmake
GNU_CONFIGURE= yes
PATCHDIR= ${.CURDIR}/../../chat/libpurple/patches
DISTINFO_FILE?= ${.CURDIR}/../../chat/libpurple/distinfo
CONFIGURE_ARGS+= --disable-gevolution
CONFIGURE_ARGS+= --disable-gtkui
CONFIGURE_ARGS+= --disable-consoleui
CONFIGURE_ARGS+= --disable-meanwhile
CONFIGURE_ARGS+= --disable-farstream
CONFIGURE_ARGS+= --disable-gstreamer
CONFIGURE_ARGS+= --disable-avahi
CONFIGURE_ARGS+= --disable-perl
CONFIGURE_ARGS+= --disable-tcl
CONFIGURE_ARGS+= --disable-tk
CONFIGURE_ARGS+= --disable-gnutls
CONFIGURE_ARGS+= --disable-nss
CONFIGURE_ARGS+= --disable-dbus
CONFIGURE_ARGS+= --disable-cyrus-sasl
CONFIGURE_ARGS+= --disable-debug
CONFIGURE_ARGS+= --disable-nm
CONFIGURE_ARGS+= --disable-vv
CPPFLAGS.SunOS+= -D__EXTENSIONS__
CFLAGS.SunOS+= -Wno-error=implicit-function-declaration
LDFLAGS.SunOS+= -lnsl -lresolv
PKGCONFIG_OVERRIDE+= finch/finch.pc.in
PKGCONFIG_OVERRIDE+= finch/libgnt/gnt.pc.in
PKGCONFIG_OVERRIDE+= gaim.pc.in
PKGCONFIG_OVERRIDE+= libpurple/data/purple.pc.in
PKGCONFIG_OVERRIDE+= libpurple/data/purple-2.pc.in
PKGCONFIG_OVERRIDE+= pidgin/data/pidgin.pc.in
PKGCONFIG_OVERRIDE+= pidgin/data/pidgin-2.pc.in