pkgsrc/chat/vicq/Makefile
jlam 9c8b5ede43 Point MAINTAINER to pkgsrc-users@NetBSD.org in the case where no
developer is officially maintaining the package.

The rationale for changing this from "tech-pkg" to "pkgsrc-users" is
that it implies that any user can try to maintain the package (by
submitting patches to the mailing list).  Since the folks most likely
to care about the package are the folks that want to use it or are
already using it, this would leverage the energy of users who aren't
developers.
2006-03-04 21:28:51 +00:00

32 lines
809 B
Makefile

# $NetBSD: Makefile,v 1.21 2006/03/04 21:29:04 jlam Exp $
DISTNAME= vicq-0.4.1
PKGREVISION= 3
CATEGORIES= chat
MASTER_SITES= ${HOMEPAGE}
EXTRACT_SUFX= .tar.bz2
MAINTAINER= pkgsrc-users@NetBSD.org
HOMEPAGE= http://gonzo.kiev.ua/projects/vicq/
COMMENT= Simple icq client written in perl
DEPENDS+= p5-Term-ReadLine>=1.11:../../devel/p5-Term-ReadLine
PKG_INSTALLATION_TYPES= overwrite pkgviews
WRKSRC= ${WRKDIR}/vicq
NO_BUILD= YES
REPLACE_PERL= vicq
PERL5_CONFIGURE= NO
PERL5_PACKLIST= auto/Net/vICQ/.packlist
INSTALLATION_DIRS= bin man
do-install:
(cd ${WRKSRC}; ${PERL5} ./install.pl --prefix=${PREFIX})
${INSTALL_DATA_DIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
.include "../../lang/perl5/module.mk"
.include "../../mk/bsd.pkg.mk"