diff options
Diffstat (limited to 'net-im/pidgin/Makefile')
-rw-r--r-- | net-im/pidgin/Makefile | 14 |
1 files changed, 6 insertions, 8 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile index e9820771326..9f4731210c1 100644 --- a/net-im/pidgin/Makefile +++ b/net-im/pidgin/Makefile @@ -6,23 +6,21 @@ # $MCom: ports-stable/net-im/gaim-devel/Makefile,v 1.3 2006/10/29 18:55:29 marcus Exp $ # -PORTNAME= gaim -PKGNAMEPREFIX= -PKGNAMESUFFIX= -devel +PORTNAME= pidgin MAINTAINER= marcus@FreeBSD.org -COMMENT= Gaim multi-protocol messaging client (GTK+ UI) +COMMENT= Pidgin multi-protocol messaging client (GTK+ UI) LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \ - gaim.0:${PORTSDIR}/net-im/libgaim + purple.0:${PORTSDIR}/net-im/libpurple -MASTERDIR= ${.CURDIR}/../libgaim -BUILD_WRKSRC= ${WRKSRC}/gtk +MASTERDIR= ${.CURDIR}/../libpurple +BUILD_WRKSRC= ${WRKSRC}/pidgin INSTALL_WRKSRC= ${BUILD_WRKSRC} DESCR= ${.CURDIR}/pkg-descr PLIST= ${.CURDIR}/pkg-plist -GAIM_SLAVE= yes +PIDGIN_SLAVE= yes WITH_GTKUI= yes USE_LDCONFIG= yes |