summaryrefslogtreecommitdiff
path: root/mail/gnome-gmail-notifier/Makefile
blob: 57e5ac5b5d659ee89b05431b8091dff3d3634dec (plain)
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
# $FreeBSD$

PORTNAME=	gnome-gmail-notifier
PORTVERSION=	0.10.1
PORTREVISION=	6
CATEGORIES=	mail deskutils
MASTER_SITES=	GOOGLE_CODE

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Gmail Inbox Monitor for the GNOME2 desktop

BROKEN=		Unfetchable (google code has gone away)
DEPRECATED=	Unfetchable for more than six months (google code has gone away)
EXPIRATION_DATE=	2017-04-30

LIB_DEPENDS=	libnotify.so:devel/libnotify \
		libsoup-2.4.so:devel/libsoup \
		libgnome-keyring.so:security/libgnome-keyring

GNU_CONFIGURE=	yes
USES=		gettext gmake pkgconfig tar:bzip2
USE_GNOME=	glib20 gtk20 gconf2 intltool libxml2 librsvg2
USE_GSTREAMER=	good
LDFLAGS+=	-L${LOCALBASE}/lib -lintl

post-patch:
	@${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in
	@${REINPLACE_CMD} -e 's|<glib/gthread.h>|<glib.h>|g' ${WRKSRC}/src/main.h

.include <bsd.port.mk>