summaryrefslogtreecommitdiff
path: root/mail/gnome-gmail-notifier/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'mail/gnome-gmail-notifier/Makefile')
-rw-r--r--mail/gnome-gmail-notifier/Makefile30
1 files changed, 0 insertions, 30 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile
deleted file mode 100644
index 57e5ac5b5d65..000000000000
--- a/mail/gnome-gmail-notifier/Makefile
+++ /dev/null
@@ -1,30 +0,0 @@
-# $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>