blob: 8bc3d2532b7f7dd21c608aed456cfcc6192b7eec (
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
29
|
# New ports collection makefile for: pidgin-birthday_reminder
# Date created: 11 April 2009
# Whom: Alexander Logvinov <ports@logvinov.com>
#
# $FreeBSD$
#
PORTNAME= pidgin-birthday-reminder
PORTVERSION= 1.6
CATEGORIES= net-im
MASTER_SITES= http://launchpadlibrarian.net/48067464/
MAINTAINER= avl@FreeBSD.org
COMMENT= The birthday reminder for Pidgin
LIB_DEPENDS= purple.7:${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>
|