freebsd-ports/net-im/vicq/Makefile
Kevin Lo fab47993bc - Add a feature to vicq that updates status and delivers messages
asyncronously with input from keyboard when used with perl 5.8.
- Update MASTER_SITES
- Bump PORTREVISION

PR: ports/113458
Submitted by: Eugene Grosbein <eugen at grosbein dot pp dot ru>
2007-06-08 02:06:40 +00:00

43 lines
997 B
Makefile

# New ports collection makefile for: vicq
# Date created: 06 December 2001
# Whom: Kevin Lo<kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vicq
PORTVERSION= 0.4.2
PORTREVISION= 1
CATEGORIES= net-im
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq.old/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A text-based ICQ implementation
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu
WRKSRC= ${WRKDIR}/${PORTNAME}
PERL_CONFIGURE= yes
post-extract:
${MV} ${WRKSRC}/Net/vICQ/* ${WRKSRC}
${RM} ${WRKSRC}/install.pl
post-install:
${INSTALL_SCRIPT} ${WRKSRC}/vicq ${PREFIX}/bin
${MKDIR} ${PREFIX}/share/examples/vicq
${INSTALL_DATA} ${WRKSRC}/vicqrc.example ${PREFIX}/share/examples/vicq
.include <bsd.port.pre.mk>
.if ${PERL_LEVEL} >= 500800
SIGNAL_PATCH=p5.8-patch-sigalrm
post-patch:
@${ECHO_MSG} "===> Applying patch ${SIGNAL_PATCH} for ${PKGNAME}"
@${PATCH} ${PATCH_ARGS} < ${PATCHDIR}/${SIGNAL_PATCH}
.endif
.include <bsd.port.post.mk>