aboutsummaryrefslogtreecommitdiff
path: root/net-im/twirssi/Makefile
blob: 2d700b0561e128b995e5aad3c80b75f99e4a29c9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
# New ports collection makefile for:	twirssi
# Date created:		2009-11-06
# Whom:			garga
#
# $FreeBSD$
#

PORTNAME=	twirssi
PORTVERSION=	2.5.1
CATEGORIES=	net-im
MASTER_SITES=	http://twirssi.com/
EXTRACT_SUFX=	.pl
EXTRACT_ONLY=

MAINTAINER=	garga@FreeBSD.org
COMMENT=	Twitter script to irssi

RUN_DEPENDS=	irssi:${PORTSDIR}/irc/irssi \
		${SITE_PERL}/Net/Twitter.pm:${PORTSDIR}/net/p5-Net-Twitter \
		${SITE_PERL}/WWW/Shorten.pm:${PORTSDIR}/www/p5-WWW-Shorten \
		${SITE_PERL}/WWW/Shorten/Bitly.pm:${PORTSDIR}/www/p5-WWW-Shorten-Bitly

SUB_FILES=	pkg-message

NO_BUILD=	yes
PLIST_FILES=	%%DATADIR%%/${PORTNAME}.pl
PLIST_DIRS=	%%DATADIR%%

post-extract:
	@${MKDIR} ${WRKSRC}
	@${INSTALL_SCRIPT} ${DISTDIR}/${PORTNAME}-${PORTVERSION}.pl \
		${WRKSRC}/${PORTNAME}.pl

do-install:
	@${MKDIR} ${DATADIR}
	@${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${DATADIR}
	@${CAT} ${PKGMESSAGE}

.include <bsd.port.mk>