aboutsummaryrefslogtreecommitdiff
path: root/www/syndigator/Makefile
blob: f69b5fdbaa6ba65c49a003ca222aebed920f128d (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
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
# ex:ts=8
# Ports collection Makefile for: 	syndigator
# Date created:			Apr 20, 2004
# Whom:				ijliao
#
# $FreeBSD$
#    $MCom: ports/www/syndigator/Makefile,v 1.1 2006/09/30 18:31:24 ahze Exp $

PORTNAME=	syndigator
PORTVERSION=	0.15.1
PORTREVISION=	2
CATEGORIES=	www
MASTER_SITES=	${MASTER_SITE_SOURCEFORGE}
MASTER_SITE_SUBDIR=	${PORTNAME}

MAINTAINER=	ports@FreeBSD.org
COMMENT=	An RSS feed reader based on Gtk2

RUN_DEPENDS=	${SITE_PERL}/${PERL_ARCH}/Text/Iconv.pm:${PORTSDIR}/converters/p5-Text-Iconv \
		${SITE_PERL}/Date/Manip.pm:${PORTSDIR}/devel/p5-Date-Manip \
		${SITE_PERL}/${PERL_ARCH}/Storable.pm:${PORTSDIR}/devel/p5-Storable \
		${SITE_PERL}/XML/RSS.pm:${PORTSDIR}/textproc/p5-XML-RSS \
		${SITE_PERL}/XML/Simple.pm:${PORTSDIR}/textproc/p5-XML-Simple \
		${SITE_PERL}/LWP/UserAgent.pm:${PORTSDIR}/www/p5-libwww \
		${SITE_PERL}/${PERL_ARCH}/Gnome2.pm:${PORTSDIR}/x11-toolkits/p5-Gnome2 \
		${SITE_PERL}/${PERL_ARCH}/Gtk2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2 \
		${SITE_PERL}/${PERL_ARCH}/Gtk2/Html2.pm:${PORTSDIR}/x11-toolkits/p5-Gtk2-Html2

USE_XLIB=	yes
USE_GNOME=	gnomehier
USE_PERL5=	yes
NO_BUILD=	yes

GNOMEDIR=	${PREFIX}/share/gnome

post-patch:
	@${PERL} -pi -e 's|./lib|${PREFIX}/${SITE_PERL_REL}/${PORTNAME}|g' \
		${WRKSRC}/syndigator
	@${PERL} -pi -e 's|./images/|${GNOMEDIR}/pixmaps/${PORTNAME}/|g' \
		${WRKSRC}/lib/RSSReader/Gtk2UI/IconFactory.pm

do-install:
	${INSTALL_SCRIPT} ${WRKSRC}/syndigator ${PREFIX}/bin
	@${MKDIR} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
	cd ${WRKSRC}/lib && ${FIND} . | \
		${CPIO} -pdm -L -R ${LIBOWN}:${LIBGRP} ${PREFIX}/${SITE_PERL_REL}/${PORTNAME}
	@${MKDIR} ${GNOMEDIR}/applications
	${INSTALL_DATA} ${WRKSRC}/syndigator.desktop ${GNOMEDIR}/applications
	@${MKDIR} ${GNOMEDIR}/pixmaps
	${INSTALL_DATA} ${WRKSRC}/icons/*.* ${GNOMEDIR}/pixmaps
	@${MKDIR} ${GNOMEDIR}/pixmaps/${PORTNAME}
	${INSTALL_DATA} ${WRKSRC}/images/*.* ${GNOMEDIR}/pixmaps/${PORTNAME}

.include <bsd.port.mk>