Tweak net-im/purple-plugin-pack version 2.8.0
[dports.git] / net-im / pidgin-libnotify / Makefile
1 # Created by: Meethune Bhowmick <meethune@gmail.com>
2
3 PORTNAME=       libnotify
4 PORTVERSION=    0.14
5 PORTREVISION=   14
6 CATEGORIES=     net-im
7 MASTER_SITES=   SF/gaim-${PORTNAME}/pidgin-${PORTNAME}/pidgin-${PORTNAME}-${PORTVERSION}
8 PKGNAMEPREFIX=  pidgin-
9 DISTNAME=       ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION}
10
11 MAINTAINER=     meethune@gmail.com
12 COMMENT=        This plugin adds a libnotify interface to Pidgin
13
14 BUILD_DEPENDS=  ${LOCALBASE}/bin/pidgin:net-im/pidgin \
15                 ${LOCALBASE}/libdata/pkgconfig/libnotify.pc:devel/libnotify
16 LIB_DEPENDS=    libnotify.so:devel/libnotify \
17                 libpurple.so:net-im/libpurple
18
19 GNU_CONFIGURE=  yes
20 USES=           gmake gnome libtool pkgconfig
21 USE_LDCONFIG=   yes
22 USE_GNOME=      gtk20 intltool
23
24 CONFIGURE_ARGS= --disable-static
25 CPPFLAGS+=      -I${LOCALBASE}/include
26 LDFLAGS+=       -L${LOCALBASE}/lib
27
28 OPTIONS_DEFINE= NLS
29 OPTIONS_SUB=    yes
30 NLS_CONFIGURE_ENABLE=   nls
31 NLS_USES=       gettext
32
33 .include <bsd.port.mk>