aboutsummaryrefslogtreecommitdiffstats
path: root/net-im/pidgin-birthday-reminder/Makefile
blob: 9794a1959c9a607337a88d204e910c12f34babb4 (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
# Created by: Alexander Logvinov <ports@logvinov.com>
# $FreeBSD$

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

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

LIB_DEPENDS=    libpurple.so:${PORTSDIR}/net-im/libpurple
BUILD_DEPENDS=  pidgin:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS=    pidgin:${PORTSDIR}/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

.include <bsd.port.mk>