freebsd-ports/mail/gnome-gmail-notifier/Makefile

27 lines
739 B
Makefile
Raw Normal View History

# $FreeBSD$
PORTNAME= gnome-gmail-notifier
2010-04-10 15:23:18 +02:00
PORTVERSION= 0.10.1
PORTREVISION= 5
CATEGORIES= mail deskutils
2010-04-10 15:23:18 +02:00
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
USES= gettext gmake pkgconfig tar:bzip2
USE_GNOME= glib20 gtk20 gconf2 intltool libxml2 librsvg2
USE_GSTREAMER= good
LDFLAGS+= -L${LOCALBASE}/lib -lintl
2008-01-30 21:03:30 +01:00
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
2008-01-30 21:03:30 +01:00
.include <bsd.port.mk>