pkgsrc/chat/mcabber/Makefile
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

34 lines
963 B
Makefile

# $NetBSD: Makefile,v 1.14 2020/01/26 17:30:49 rillig Exp $
DISTNAME= mcabber-1.1.0
PKGREVISION= 2
CATEGORIES= chat
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
EXTRACT_SUFX= .tar.bz2
MAINTAINER= degroote@NetBSD.org
HOMEPAGE= https://www.lilotux.net/~mikael/mcabber/
COMMENT= Jabber console client
LICENSE= gnu-gpl-v2
CHECK_PORTABILITY_SKIP+= contrib/events/eventcmd.pastebin
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
USE_TOOLS+= gmake xgettext pkg-config
USE_NCURSES= yes
INSTALLATION_DIRS+= share/examples/mcabber
CONFIGURE_ARGS+= --disable-hgcset
post-install:
${INSTALL_DATA} ${WRKSRC}/mcabberrc.example \
${DESTDIR}${PREFIX}/share/examples/mcabber
.include "options.mk"
.include "../../chat/loudmouth/buildlink3.mk"
.include "../../devel/glib2/buildlink3.mk"
.include "../../devel/libidn/buildlink3.mk"
.include "../../devel/ncursesw/buildlink3.mk"
.include "../../sysutils/desktop-file-utils/desktopdb.mk"
.include "../../mk/bsd.pkg.mk"