aboutsummaryrefslogtreecommitdiff
path: root/net-im
diff options
context:
space:
mode:
authorSimon Barner <barner@FreeBSD.org>2005-11-28 17:53:25 +0000
committerSimon Barner <barner@FreeBSD.org>2005-11-28 17:53:25 +0000
commit035bdfb2515e5ccb73771c8ffc8081e49a1f47a9 (patch)
tree0d76e211d78839bef2180e4ca215df9f1db25895 /net-im
parent2b384388e0b6e955c6a7774dfbad2cda0b03d9dc (diff)
downloadports-035bdfb2515e5ccb73771c8ffc8081e49a1f47a9.tar.gz
ports-035bdfb2515e5ccb73771c8ffc8081e49a1f47a9.zip
Notes
Diffstat (limited to 'net-im')
-rw-r--r--net-im/Makefile1
-rw-r--r--net-im/gaim-extprefs/Makefile33
-rw-r--r--net-im/gaim-extprefs/distinfo3
-rw-r--r--net-im/gaim-extprefs/pkg-descr6
4 files changed, 43 insertions, 0 deletions
diff --git a/net-im/Makefile b/net-im/Makefile
index da61d040cfba..35fdbec1a7d0 100644
--- a/net-im/Makefile
+++ b/net-im/Makefile
@@ -20,6 +20,7 @@
SUBDIR += fugu
SUBDIR += gaim
SUBDIR += gaim-bangexec
+ SUBDIR += gaim-extprefs
SUBDIR += gaim-guifications
SUBDIR += gaim-ignorance
SUBDIR += gaim-latex
diff --git a/net-im/gaim-extprefs/Makefile b/net-im/gaim-extprefs/Makefile
new file mode 100644
index 000000000000..39f2e8a8f4d0
--- /dev/null
+++ b/net-im/gaim-extprefs/Makefile
@@ -0,0 +1,33 @@
+# New ports collection makefile for: gaim-extprefs
+# Date created: 28 November 2005
+# Whom: Victor Semionov <semionov@mail.bg>
+#
+# $FreeBSD$
+#
+
+PORTNAME= gaim-extprefs
+PORTVERSION= 0.5
+CATEGORIES= net-im
+MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
+MASTER_SITE_SUBDIR= gaim-extprefs
+
+MAINTAINER= semionov@mail.bg
+COMMENT= A gaim plugin that provides additional preferences
+
+BUILD_DEPENDS= ${X11BASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim
+RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim
+
+USE_X_PREFIX= yes
+GNU_CONFIGURE= yes
+USE_REINPLACE= yes
+USE_AUTOTOOLS= libtool:15
+
+CONFIGURE_ARGS+=--enable-static=no
+CFLAGS+= "-fPIC"
+
+PLIST_FILES= lib/gaim/libextprefs.so
+
+post-patch:
+ @${REINPLACE_CMD} -e 's/-g3//' ${WRKSRC}/configure
+
+.include <bsd.port.mk>
diff --git a/net-im/gaim-extprefs/distinfo b/net-im/gaim-extprefs/distinfo
new file mode 100644
index 000000000000..8b4c7b72f6bf
--- /dev/null
+++ b/net-im/gaim-extprefs/distinfo
@@ -0,0 +1,3 @@
+MD5 (gaim-extprefs-0.5.tar.gz) = 35c38a6e9a618859dab8cabefc8dcdce
+SHA256 (gaim-extprefs-0.5.tar.gz) = bb740a07c1dc1a0a38b9c268ee8d84fbd89ee9cd3139f984498fb01b45584562
+SIZE (gaim-extprefs-0.5.tar.gz) = 316243
diff --git a/net-im/gaim-extprefs/pkg-descr b/net-im/gaim-extprefs/pkg-descr
new file mode 100644
index 000000000000..3639b0a081c9
--- /dev/null
+++ b/net-im/gaim-extprefs/pkg-descr
@@ -0,0 +1,6 @@
+Gaim Extended Preferences is a plugin that takes advantage of existing gaim
+functionality to provide preferences that are often desired but not are not
+considered worthy of inclusion in Gaim itself. The plugin is not supported by
+the Gaim project.
+
+WWW: http://gaim-extprefs.sourceforge.net/