View | Details | Raw Unified | Return to bug 205635
Collapse All | Expand All

(-)net-im/twirssi/Makefile (-18 / +4 lines)
Lines 14-39 Link Here
14
14
15
RUN_DEPENDS=	p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
15
RUN_DEPENDS=	p5-Net-Twitter>=0:${PORTSDIR}/net/p5-Net-Twitter \
16
		p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
16
		p5-WWW-Shorten>=0:${PORTSDIR}/www/p5-WWW-Shorten \
17
		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly
17
		p5-WWW-Shorten-Bitly>=0:${PORTSDIR}/www/p5-WWW-Shorten-Bitly \
18
		irssi:${PORTSDIR}/irc/irssi
18
19
19
OPTIONS_SINGLE=	IRSSIVER
20
OPTIONS_SINGLE_IRSSIVER=PROD DEVEL
21
OPTIONS_DEFAULT=PROD
22
PROD_DESC=	Use production irc/irssi port
23
DEVEL_DESC=	Use development irc/irssi-devel port
24
25
.include <bsd.port.pre.mk>
26
27
.if ${PORT_OPTIONS:MPROD}
28
RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi
29
.endif
30
31
.if ${PORT_OPTIONS:MDEVEL}
32
RUN_DEPENDS+=	irssi:${PORTSDIR}/irc/irssi-devel
33
.endif
34
35
SUB_FILES=	pkg-message
20
SUB_FILES=	pkg-message
36
21
22
NO_ARCH=	yes
37
NO_BUILD=	yes
23
NO_BUILD=	yes
38
PLIST_FILES=	%%DATADIR%%/${PORTNAME}.pl
24
PLIST_FILES=	%%DATADIR%%/${PORTNAME}.pl
39
25
Lines 46-49 Link Here
46
	@${MKDIR} ${STAGEDIR}${DATADIR}
32
	@${MKDIR} ${STAGEDIR}${DATADIR}
47
	${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
33
	${INSTALL_SCRIPT} -v ${WRKSRC}/${PORTNAME}.pl ${STAGEDIR}${DATADIR}
48
34
49
.include <bsd.port.post.mk>
35
.include <bsd.port.mk>

Return to bug 205635