6b386e81af
pkglint -Wall -F --only aligned --only indent -r No manual corrections.
34 lines
962 B
Makefile
34 lines
962 B
Makefile
# $NetBSD: Makefile,v 1.12 2019/11/02 22:18:24 rillig Exp $
|
|
|
|
DISTNAME= mcabber-1.1.0
|
|
PKGREVISION= 1
|
|
CATEGORIES= chat
|
|
MASTER_SITES= http://www.lilotux.net/~mikael/mcabber/files/
|
|
EXTRACT_SUFX= .tar.bz2
|
|
|
|
MAINTAINER= degroote@NetBSD.org
|
|
HOMEPAGE= http://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"
|