pkgsrc/chat/silc-client-icb/Makefile
rodent a0a1f2e57c Fixes:
COMMENT should not be longer than 70 characters.
 COMMENT should not begin with 'A'.
 COMMENT should not begin with 'An'.
 COMMENT should not begin with 'a'.
 COMMENT should not end with a period.
 COMMENT should start with a capital letter.

pkglint warnings. Some files also got minor formatting, spelling, and style
corrections.
2013-04-06 03:45:05 +00:00

37 lines
997 B
Makefile

# $NetBSD: Makefile,v 1.22 2013/04/06 03:45:07 rodent Exp $
#
DISTNAME= irssi-icb-0.14
PKGNAME= ${DISTNAME:S/irssi/silc-client/}
PKGREVISION= 14
CATEGORIES= chat
MASTER_SITES= http://www.irssi.org/files/plugins/icb/
DISTFILES= ${DISTNAME}.tar.gz ${SILC_CLIENT_DISTFILE}
MAINTAINER= salo@NetBSD.org
HOMEPAGE= http://www.silcnet.org/
COMMENT= Plugin for accessing ICB networks via silc-client
DEPENDS+= silc-client>=${SILC_CLIENT_VERSION}:../../chat/silc-client
.include "../../chat/silc-client/Makefile.common"
GNU_CONFIGURE= yes
USE_LIBTOOL= yes
IRSSI_DIR= ${WRKDIR}/${SILC_CLIENT_DISTNAME}/apps/irssi
CONFIGURE_ARGS+= --with-irssi=${IRSSI_DIR:Q}
INSTALLATION_DIRS+= share/doc/silc-client
post-extract:
${CP} ${SILC_CLIENT_CONFIG_H} ${IRSSI_DIR}/config.h
${CP} ${SILC_CLIENT_CONFIG} ${IRSSI_DIR}/irssi-config
post-install:
${INSTALL_DATA} ${WRKSRC}/README ${DESTDIR}${PREFIX}/share/doc/silc-client/README.icb
.include "../../devel/glib/buildlink3.mk"
.include "../../mk/bsd.pkg.mk"