freebsd-ports/net-im/vicq/Makefile

34 lines
738 B
Makefile
Raw Normal View History

# New ports collection makefile for: vicq
# Date created: 06 December 2001
# Whom: Kevin Lo<kevlo@FreeBSD.org>
#
# $FreeBSD$
#
PORTNAME= vicq
2002-04-20 09:23:48 +02:00
PORTVERSION= 0.4.1
CATEGORIES= net
MASTER_SITES= http://gonzo.kiev.ua/projects/vicq/
MAINTAINER= kevlo@FreeBSD.org
COMMENT= A text-based ICQ implementation
2002-05-23 10:11:24 +02:00
RUN_DEPENDS= ${SITE_PERL}/${PERL_ARCH}/Term/ReadLine/Gnu.pm:${PORTSDIR}/devel/p5-ReadLine-Gnu
2002-05-23 10:11:24 +02:00
WRKSRC= ${WRKDIR}/${PORTNAME}
2002-02-05 15:00:28 +01:00
PERL_CONFIGURE= yes
2002-02-05 15:00:28 +01:00
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.mk>