2013-05-06 12:22:41 +02:00
|
|
|
# Created by: Meethune Bhowmick <meethune@gmail.com>
|
2007-07-15 23:35:33 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= libnotify
|
2009-05-15 16:55:09 +02:00
|
|
|
PORTVERSION= 0.14
|
2017-04-25 10:20:30 +02:00
|
|
|
PORTREVISION= 14
|
2007-07-15 23:35:33 +02:00
|
|
|
CATEGORIES= net-im
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF/gaim-${PORTNAME}/pidgin-${PORTNAME}/pidgin-${PORTNAME}-${PORTVERSION}
|
2007-07-15 23:35:33 +02:00
|
|
|
PKGNAMEPREFIX= pidgin-
|
|
|
|
DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
|
|
|
|
|
|
|
|
MAINTAINER= meethune@gmail.com
|
|
|
|
COMMENT= This plugin adds a libnotify interface to Pidgin
|
|
|
|
|
2016-04-01 16:16:16 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/bin/pidgin:net-im/pidgin \
|
|
|
|
${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify
|
|
|
|
LIB_DEPENDS= libnotify.so:devel/libnotify \
|
|
|
|
libpurple.so:net-im/libpurple
|
2007-07-15 23:35:33 +02:00
|
|
|
|
|
|
|
GNU_CONFIGURE= yes
|
2014-05-17 18:57:14 +02:00
|
|
|
USES= gmake libtool pkgconfig
|
2007-07-15 23:35:33 +02:00
|
|
|
USE_LDCONFIG= yes
|
2015-08-05 09:39:47 +02:00
|
|
|
USE_GNOME= gtk20 intltool
|
2007-07-15 23:35:33 +02:00
|
|
|
|
|
|
|
CONFIGURE_ARGS= --disable-static
|
2014-05-17 18:57:14 +02:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2007-07-15 23:35:33 +02:00
|
|
|
|
2014-05-17 18:57:14 +02:00
|
|
|
OPTIONS_DEFINE= NLS
|
|
|
|
OPTIONS_SUB= yes
|
|
|
|
NLS_CONFIGURE_ENABLE= nls
|
|
|
|
NLS_USES= gettext
|
2007-07-15 23:35:33 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|