summaryrefslogtreecommitdiffstats
path: root/net-im/pidgin/Makefile
diff options
context:
space:
mode:
authormarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:53:36 +0800
committermarcus <marcus@df743ca5-7f9a-e211-a948-0013205c9059>2007-05-02 01:53:36 +0800
commit0775b2abd5c505b02fded65072fe5f418ee39750 (patch)
treefb325c4d341eed47a43c65e6095115f0ac4a5844 /net-im/pidgin/Makefile
parent5f2b733a919740eb8796d0ac9ea3eb6c494c5097 (diff)
downloadmarcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar.gz
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar.bz2
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar.lz
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar.xz
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.tar.zst
marcuscom-ports-0775b2abd5c505b02fded65072fe5f418ee39750.zip
share/gnome -> share
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@8733 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/pidgin/Makefile')
-rw-r--r--net-im/pidgin/Makefile33
1 files changed, 33 insertions, 0 deletions
diff --git a/net-im/pidgin/Makefile b/net-im/pidgin/Makefile
new file mode 100644
index 000000000..5e1fc44a7
--- /dev/null
+++ b/net-im/pidgin/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gaim
+# Date created: 26 Mar 1999
+# Whom: Jim Mock <jim@FreeBSD.org>
+#
+# $FreeBSD: ports/net-im/gaim-devel/Makefile,v 1.6 2007/01/20 07:32:47 marcus Exp $
+# $MCom: ports-stable/net-im/gaim-devel/Makefile,v 1.3 2006/10/29 18:55:29 marcus Exp $
+#
+
+PORTNAME= gaim
+PKGNAMEPREFIX=
+PKGNAMESUFFIX= -devel
+
+MAINTAINER= marcus@FreeBSD.org
+COMMENT= Gaim multi-protocol messaging client (GTK+ UI)
+
+LIB_DEPENDS= startup-notification-1.0:${PORTSDIR}/x11/startup-notification \
+ gaim.0:${PORTSDIR}/net-im/libgaim
+
+MASTERDIR= ${.CURDIR}/../libgaim
+BUILD_WRKSRC= ${WRKSRC}/gtk
+INSTALL_WRKSRC= ${BUILD_WRKSRC}
+DESCR= ${.CURDIR}/pkg-descr
+PLIST= ${.CURDIR}/pkg-plist
+
+GAIM_SLAVE= yes
+WITH_GTKUI= yes
+
+USE_LDCONFIG= yes
+USE_GNOME= gnomeprefix gnomehack intlhack gtk20
+WANT_GNOME= yes
+CONFIGURE_ARGS= --disable-consoleui
+
+.include "${MASTERDIR}/Makefile"