blob: 649c702c27b85033f033dd0dc2457783eb9f4adb (
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
30
31
|
# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= pidgin-guifications
PORTVERSION= 2.16
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= https://www.mimar.rs/distfiles/
MAINTAINER= marko.cupac@mimar.rs
COMMENT= Plugin to add msn style "toaster" popups to Pidgin
LICENSE= GPLv2
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
USE_BZIP2= yes
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
post-extract:
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
-e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \
-e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#'
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
.include <bsd.port.mk>
|