freebsd-ports/irc/irssi-scripts/Makefile
Edwin Groothuis 090059a210 Bump portrevision due to upgrade of devel/gettext.
The affected ports are the ones with gettext as a run-dependency
according to ports/INDEX-7 (5007 of them) and the ones with USE_GETTEXT
in Makefile (29 of them).

PR:             ports/124340
Submitted by:   edwin@
Approved by:    portmgr (pav)
2008-06-06 14:17:21 +00:00

26 lines
659 B
Makefile

# New ports collection makefile for: irssi-scripts
# Date created: Jul 14 2005
# Whom: Alexey Mikhailov <karma@ez.pereslavl.ru>
#
# $FreeBSD$
#
PORTNAME= irssi-scripts
PORTVERSION= 20070925
PORTREVISION= 1
CATEGORIES= irc
MASTER_SITES= http://ftp.debian.org/debian/pool/main/i/${PORTNAME}/
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= jadawin@FreeBSD.org
COMMENT= Collection of useful scripts for the irssi IRC-client
RUN_DEPENDS= irssi:${PORTSDIR}/irc/irssi
NO_BUILD= yes
do-install:
${MKDIR} ${PREFIX}/share/irssi/scripts
${INSTALL_SCRIPT} ${WRKDIR}/trunk/scripts/*.pl ${PREFIX}/share/irssi/scripts
.include <bsd.port.mk>