2013-09-21 00:13:34 +02:00
|
|
|
# Created by: Jim Mock <jim@FreeBSD.org>
|
2006-10-14 11:09:13 +02:00
|
|
|
# $FreeBSD$
|
2007-10-25 01:37:25 +02:00
|
|
|
# $MCom: ports/net-im/pidgin/Makefile,v 1.17 2007/09/17 19:53:06 marcus Exp $
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:54:08 +02:00
|
|
|
PORTNAME= pidgin
|
2006-10-14 11:09:13 +02:00
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
2007-05-03 08:54:08 +02:00
|
|
|
COMMENT= Pidgin multi-protocol messaging client (GTK+ UI)
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2014-02-04 06:31:32 +01:00
|
|
|
LIB_DEPENDS= libstartup-notification-1.so:${PORTSDIR}/x11/startup-notification \
|
|
|
|
libpurple.so:${PORTSDIR}/net-im/libpurple
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:54:08 +02:00
|
|
|
MASTERDIR= ${.CURDIR}/../libpurple
|
|
|
|
BUILD_WRKSRC= ${WRKSRC}/pidgin
|
2006-10-31 03:51:42 +01:00
|
|
|
INSTALL_WRKSRC= ${BUILD_WRKSRC}
|
2007-12-13 05:20:54 +01:00
|
|
|
INSTALLS_ICONS= yes
|
2006-10-31 03:51:42 +01:00
|
|
|
DESCR= ${.CURDIR}/pkg-descr
|
|
|
|
PLIST= ${.CURDIR}/pkg-plist
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2007-05-03 08:54:08 +02:00
|
|
|
PIDGIN_SLAVE= yes
|
2006-10-31 03:51:42 +01:00
|
|
|
WITH_GTKUI= yes
|
|
|
|
|
|
|
|
USE_LDCONFIG= yes
|
2014-02-05 20:56:17 +01:00
|
|
|
USE_GNOME= gnomeprefix intlhack gtk20
|
2008-05-21 19:19:00 +02:00
|
|
|
USE_XORG= xscrnsaver sm
|
2006-10-14 11:09:13 +02:00
|
|
|
WANT_GNOME= yes
|
2008-05-19 08:16:08 +02:00
|
|
|
CONFIGURE_ARGS= --disable-consoleui \
|
2009-08-22 19:21:47 +02:00
|
|
|
--disable-nm \
|
2010-05-22 07:21:10 +02:00
|
|
|
--enable-screensaver \
|
2009-08-22 19:21:47 +02:00
|
|
|
--with-dynamic_prpls=${PRPL_MODULES:S/,$//}
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2008-03-02 06:31:23 +01:00
|
|
|
post-build:
|
2014-05-17 18:57:14 +02:00
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${MAKE_CMD} ${MAKE_FLAGS} \
|
2008-03-02 06:31:23 +01:00
|
|
|
Makefile ${MAKE_ARGS} pidgin.desktop
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
|
2014-02-04 06:31:32 +01:00
|
|
|
${STAGEDIR}${PREFIX}/share/applications/pidgin.desktop
|
|
|
|
${INSTALL_MAN} ${WRKSRC}/doc/pidgin.1 ${STAGEDIR}${MAN1PREFIX}/man/man1
|
2008-03-02 06:31:23 +01:00
|
|
|
|
2006-10-31 03:51:42 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|