summaryrefslogtreecommitdiffstats
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/Makefile33
1 files changed, 0 insertions, 33 deletions
diff --git a/mail/gnome-gmail-notifier/Makefile b/mail/gnome-gmail-notifier/Makefile
deleted file mode 100644
index 42952dbc4..000000000
--- a/mail/gnome-gmail-notifier/Makefile
+++ /dev/null
@@ -1,33 +0,0 @@
-# New ports collection makefile for: gnome-gmail-notifier
-# Date created: Nov 16 2007
-# Whom: Florent Thoumie <flz@FreeBSD.org>
-#
-# $FreeBSD$
-#
-
-PORTNAME= gnome-gmail-notifier
-PORTVERSION= 0.9.4
-PORTREVISION= 2
-CATEGORIES= mail deskutils
-MASTER_SITES= ${MASTER_SITE_GOOGLE_CODE}
-
-MAINTAINER= flz@FreeBSD.org
-COMMENT= A Gmail Inbox Monitor for the GNOME2 desktop
-
-LIB_PC_DEPENDS= libnotify:devel/libnotify \
- libsoup-2.2:devel/libsoup22 \
- gnome-keyring-1:security/gnome-keyring
-
-BUILD_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|}
-RUN_DEPENDS= ${LIB_PC_DEPENDS:C|^|${LOCALBASE}/libdata/pkgconfig/|:C|:|.pc:${PORTSDIR}/|}
-
-GNU_CONFIGURE= yes
-USE_BZIP2= yes
-USE_GMAKE= yes
-USE_GNOME= glib20 gtk20 libgnome libgnomeui libxml2 libglade2
-USE_GSTREAMER= good
-
-post-patch:
- @${REINPLACE_CMD} -e 's|@DATADIRNAME@|share|' ${WRKSRC}/po/Makefile.in.in
-
-.include <bsd.port.mk>