2005-07-16 00:13:03 +02:00
|
|
|
# New ports collection makefile for: irssi-scripts
|
|
|
|
# Date created: Jul 14 2005
|
|
|
|
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= irssi-scripts
|
2010-06-25 16:03:50 +02:00
|
|
|
PORTVERSION= 20100512
|
2010-07-05 10:37:39 +02:00
|
|
|
PORTREVISION= 1
|
2005-07-16 00:13:03 +02:00
|
|
|
CATEGORIES= irc
|
|
|
|
MASTER_SITES= http://ftp.debian.org/debian/pool/main/i/${PORTNAME}/
|
2007-05-01 12:28:55 +02:00
|
|
|
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
|
2005-07-16 00:13:03 +02:00
|
|
|
|
2008-03-12 14:27:28 +01:00
|
|
|
MAINTAINER= jadawin@FreeBSD.org
|
2005-07-16 00:13:03 +02:00
|
|
|
COMMENT= Collection of useful scripts for the irssi IRC-client
|
|
|
|
|
|
|
|
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
|
|
|
|
|
2010-06-25 16:03:50 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}-${PORTVERSION}
|
2009-05-14 11:11:04 +02:00
|
|
|
|
2005-07-16 00:13:03 +02:00
|
|
|
NO_BUILD= yes
|
|
|
|
|
|
|
|
do-install:
|
2007-05-01 12:28:55 +02:00
|
|
|
${MKDIR} ${PREFIX}/share/irssi/scripts
|
2009-04-03 15:02:35 +02:00
|
|
|
${INSTALL_SCRIPT} ${WRKSRC}/scripts/*.pl ${PREFIX}/share/irssi/scripts
|
2005-07-16 00:13:03 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|