diff options
Diffstat (limited to 'net-im/pidgin-birthday-reminder/Makefile')
-rw-r--r-- | net-im/pidgin-birthday-reminder/Makefile | 31 |
1 files changed, 0 insertions, 31 deletions
diff --git a/net-im/pidgin-birthday-reminder/Makefile b/net-im/pidgin-birthday-reminder/Makefile deleted file mode 100644 index 2ec36fbf82e2..000000000000 --- a/net-im/pidgin-birthday-reminder/Makefile +++ /dev/null @@ -1,31 +0,0 @@ -# New ports collection makefile for: pidgin-birthday_reminder -# Date created: 11 April 2009 -# Whom: Alexander Logvinov <ports@logvinov.com> -# -# $FreeBSD$ -# - -PORTNAME= birthday_reminder -PORTVERSION= 1.2 -PORTREVISION= 2 -CATEGORIES= net-im -MASTER_SITES= SF/pidgin-birthday/pidgin-birthday/${PORTVERSION} -PKGNAMEPREFIX= pidgin- - -MAINTAINER= avl@FreeBSD.org -COMMENT= The birthday reminder for Pidgin - -LIB_DEPENDS= purple.6:${PORTSDIR}/net-im/libpurple -BUILD_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin -RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin - -MAKE_JOBS_SAFE= yes - -GNU_CONFIGURE= yes -USE_GMAKE= yes -USE_GETTEXT= yes -USE_GNOME= pkgconfig intltool -CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \ - LDFLAGS="-L${LOCALBASE}/lib" - -.include <bsd.port.mk> |