e159824929
Approved by: portmgr (bapt)
30 lines
713 B
Makefile
30 lines
713 B
Makefile
# 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.7
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= http://launchpadlibrarian.net/56075754/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= The birthday reminder for Pidgin
|
|
|
|
LIB_DEPENDS= purple.10:${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
|
|
USES= gettext
|
|
USE_GNOME= pkgconfig intltool
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
.include <bsd.port.mk>
|