aboutsummaryrefslogtreecommitdiff
path: root/net-im/pidgin-birthday-reminder/Makefile
blob: 3a133513230d9c181b42dc9f79f5e42838096dd1 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

PORTNAME=	pidgin-birthday-reminder
PORTVERSION=	1.7
PORTREVISION=	6
CATEGORIES=	net-im
MASTER_SITES=	http://launchpadlibrarian.net/56075754/

MAINTAINER=	ports@FreeBSD.org
COMMENT=	Birthday reminder for Pidgin

LICENSE=	GPLv2+
LICENSE_FILE=	${WRKSRC}/COPYING

LIB_DEPENDS=	libpurple.so:net-im/libpurple
BUILD_DEPENDS=	pidgin:net-im/pidgin
RUN_DEPENDS=	pidgin:net-im/pidgin

GNU_CONFIGURE=	yes
USES=		gettext gmake libtool pkgconfig
USE_GNOME=	intltool
CONFIGURE_ARGS=	--disable-static
CPPFLAGS+=	-I${LOCALBASE}/include
LDFLAGS+=	-L${LOCALBASE}/lib
INSTALL_TARGET=	install-strip

.include <bsd.port.mk>