freebsd-ports/net-im/pidgin-guifications/Makefile

36 lines
994 B
Makefile
Raw Normal View History

# Created by: ports@c0decafe.net
# $FreeBSD$
PORTNAME= pidgin-guifications
PORTVERSION= 2.16
2012-06-01 07:26:28 +02:00
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= http://downloads.guifications.org/plugins/Guifications2/
MAINTAINER= ports@FreeBSD.org
COMMENT= Plugin to add msn style "toaster" popups to Pidgin
BUILD_DEPENDS= ${LOCALBASE}/include/pidgin/pidgin.h:${PORTSDIR}/net-im/pidgin
RUN_DEPENDS= pidgin:${PORTSDIR}/net-im/pidgin
DEPRECATED= No more public distfiles
2014-02-10 14:27:09 +01:00
EXPIRATION_DATE= 2014-03-10
USE_BZIP2= yes
2013-09-06 17:28:27 +02:00
USES= pathfix gettext gmake pkgconfig
USE_GNOME= gnomeprefix gtk20
GNU_CONFIGURE= yes
CONFIGURE_ENV= LIBS="-L${LOCALBASE}/lib"
CPPFLAGS+= -I${LOCALBASE}/include
NO_STAGE= yes
.include <bsd.port.pre.mk>
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.post.mk>