2006-10-14 11:09:13 +02:00
|
|
|
# New ports collection makefile for: gaim
|
|
|
|
# Date created: 26 Mar 1999
|
|
|
|
# Whom: Jim Mock <jim@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $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
|
2008-07-02 07:58:24 +02:00
|
|
|
PORTREVISION= 0
|
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
|
|
|
|
2006-10-31 03:51:42 +01:00
|
|
|
LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
|
2008-08-21 23:38:15 +02:00
|
|
|
purple.5:${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
|
2006-10-14 11:09:13 +02:00
|
|
|
USE_GNOME= gnomeprefix gnomehack 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 \
|
|
|
|
--disable-nm
|
2006-10-14 11:09:13 +02:00
|
|
|
|
2008-03-02 06:31:23 +01:00
|
|
|
post-build:
|
|
|
|
cd ${WRKSRC} && ${SETENV} ${MAKE_ENV} ${GMAKE} ${MAKE_FLAGS} \
|
|
|
|
Makefile ${MAKE_ARGS} pidgin.desktop
|
|
|
|
|
|
|
|
post-install:
|
|
|
|
${MKDIR} ${PREFIX}/share/applications
|
|
|
|
${INSTALL_DATA} ${WRKSRC}/pidgin.desktop \
|
|
|
|
${PREFIX}/share/applications/pidgin.desktop
|
|
|
|
|
2006-10-31 03:51:42 +01:00
|
|
|
.include "${MASTERDIR}/Makefile"
|