2013-03-28 04:28:30 +01:00
|
|
|
# Created by: ports@c0decafe.net
|
2004-05-05 19:32:05 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
2007-06-13 22:34:56 +02:00
|
|
|
PORTNAME= pidgin-guifications
|
2009-02-19 17:56:21 +01:00
|
|
|
PORTVERSION= 2.16
|
2012-06-01 07:26:28 +02:00
|
|
|
PORTREVISION= 5
|
2005-11-10 05:22:30 +01:00
|
|
|
CATEGORIES= net-im
|
2007-06-13 22:34:56 +02:00
|
|
|
MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/
|
2004-05-05 19:32:05 +02:00
|
|
|
|
2012-08-14 20:19:34 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2007-06-13 22:34:56 +02:00
|
|
|
COMMENT= Plugin to add msn style "toaster" popups to Pidgin
|
2004-05-05 19:32:05 +02:00
|
|
|
|
2007-06-13 22:34:56 +02:00
|
|
|
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
|
|
|
|
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
|
2004-05-05 19:32:05 +02:00
|
|
|
|
2014-02-10 13:58:54 +01:00
|
|
|
DEPRECATED= No more public distfiles
|
2014-02-10 14:27:09 +01:00
|
|
|
EXPIRATION_DATE= 2014-03-10
|
2014-02-10 13:58:54 +01:00
|
|
|
|
2007-06-13 23:31:54 +02:00
|
|
|
USE_BZIP2= yes
|
2013-09-06 17:28:27 +02:00
|
|
|
USES= pathfix gettext gmake pkgconfig
|
2013-03-28 04:28:30 +01:00
|
|
|
USE_GNOME= gnomeprefix gtk20
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2011-09-24 00:26:39 +02:00
|
|
|
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
|
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include
|
2006-07-07 21:49:22 +02:00
|
|
|
|
2013-09-21 00:13:34 +02:00
|
|
|
NO_STAGE= yes
|
2006-07-07 21:49:22 +02:00
|
|
|
.include <bsd.port.pre.mk>
|
|
|
|
|
2004-08-20 06:48:36 +02:00
|
|
|
post-extract:
|
|
|
|
@${FIND} ${WRKSRC} -name "Makefile.in" | ${XARGS} ${REINPLACE_CMD} \
|
2007-06-13 22:34:56 +02:00
|
|
|
-e 's#\([@(]\)PIDGIN_LIBDIR\([@)]\)#\1libdir\2#' \
|
|
|
|
-e 's#\([@(]\)PIDGIN_DATADIR\([@)]\)#\1datadir\2#'
|
2007-02-08 23:32:32 +01:00
|
|
|
@${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure
|
2004-05-05 19:32:05 +02:00
|
|
|
|
2006-07-07 21:49:22 +02:00
|
|
|
.include <bsd.port.post.mk>
|