1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-23 00:43:28 +00:00
freebsd-ports/mail/gnome-gmail-notifier/Makefile
Koop Mast 7cbeacae40 Fix run-time with glib 2.36 [1]
While here stageify, and use new lib_depend syntax.

PR:		ports/177226 [1]
Reported by:	Eimar Koort <eimar.koort@gmail.com>
2013-11-23 23:04:57 +00:00

28 lines
735 B
Makefile

# $FreeBSD$
PORTNAME= gnome-gmail-notifier
PORTVERSION= 0.10.1
PORTREVISION= 4
CATEGORIES= mail deskutils
MASTER_SITES= GOOGLE_CODE
MAINTAINER= ports@FreeBSD.org
COMMENT= Gmail Inbox Monitor for the GNOME2 desktop
LIB_DEPENDS= libnotify.so:${PORTSDIR}/devel/libnotify \
libsoup-2.4.so:${PORTSDIR}/devel/libsoup \
libgnome-keyring.so:${PORTSDIR}/security/libgnome-keyring
GNU_CONFIGURE= yes
USE_BZIP2= yes
USES= gettext gmake pkgconfig
USE_GNOME= glib20 gtk20 gconf2 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>