diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 01:23:57 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2007-08-07 01:23:57 +0800 |
commit | 71b8934e32a67a5b445b0bcb08ca55f70d696841 (patch) | |
tree | b1cf6d34c2185d1fc1874ef24048cf55776c80f3 /net-im/meanwhile-gaim | |
parent | 2084883ea11d55197ceac371510c1422e667d5a1 (diff) | |
download | marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.gz marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.bz2 marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.lz marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.xz marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.tar.zst marcuscom-ports-71b8934e32a67a5b445b0bcb08ca55f70d696841.zip |
share/gnome/ -> share/.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@9356 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/meanwhile-gaim')
-rw-r--r-- | net-im/meanwhile-gaim/Makefile | 55 | ||||
-rw-r--r-- | net-im/meanwhile-gaim/distinfo | 3 | ||||
-rw-r--r-- | net-im/meanwhile-gaim/pkg-descr | 4 | ||||
-rw-r--r-- | net-im/meanwhile-gaim/pkg-plist | 4 |
4 files changed, 66 insertions, 0 deletions
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile new file mode 100644 index 000000000..3a1fb47cf --- /dev/null +++ b/net-im/meanwhile-gaim/Makefile @@ -0,0 +1,55 @@ +# New ports collection makefile for: meanwhile-gaim +# Date created: 24 June 2004 +# Whom: marcus@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= meanwhile +PORTVERSION= 1.2.8 +PORTREVISION= 4 +CATEGORIES= net-im +MASTER_SITES= ${MASTER_SITE_SOURCEFORGE} +MASTER_SITE_SUBDIR= ${PORTNAME} +PKGNAMEPREFIX= gaim- +DISTNAME= ${PKGNAMEPREFIX}${PORTNAME}-${PORTVERSION} + +MAINTAINER= marcus@FreeBSD.org +COMMENT= Provides Lotus Sametime support for Gaim + +BUILD_DEPENDS= ${LOCALBASE}/include/gaim/config.h:${PORTSDIR}/net-im/gaim +LIB_DEPENDS= meanwhile.1:${PORTSDIR}/net-im/meanwhile +RUN_DEPENDS= gaim:${PORTSDIR}/net-im/gaim + +USE_XLIB= yes +USE_GMAKE= yes +USE_GNOME= gnomeprefix gnomehack gtk20 +GNU_CONFIGURE= yes +CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include -I${X11BASE}/include" \ + LDFLAGS="-L${LOCALBASE}/lib" + +.if defined(WITH_MW_HOST) +CONFIGURE_ARGS+= --with-host=${WITH_MW_HOST} +.endif + +.if defined(WITH_MW_PORT) +CONFIGURE_ARGS+= --with-port=${WITH_MW_PORT} +.endif + +.if defined(WITH_MW_CLIENT) +CONFIGURE_ARGS+= --with-client=${WITH_MW_CLIENT} +.endif + +pre-everything:: + @${ECHO_MSG} "" + @${ECHO_MSG} "You may use the following build options:" + @${ECHO_MSG} "" + @${ECHO_MSG} " WITH_MW_HOST=host Define the default Sametime community host server" + @${ECHO_MSG} " WITH_MW_PORT=port Define the default Sametime community port (default: 1533)" + @${ECHO_MSG} " WITH_MW_CLIENT=client Define the default Sametime client identifier (default: mwLogin_MEANWHILE)" + @${ECHO_MSG} "" + +post-patch: + @${REINPLACE_CMD} -e 's|echo aout|echo elf|' ${WRKSRC}/configure + +.include <bsd.port.mk> diff --git a/net-im/meanwhile-gaim/distinfo b/net-im/meanwhile-gaim/distinfo new file mode 100644 index 000000000..ae50fe81f --- /dev/null +++ b/net-im/meanwhile-gaim/distinfo @@ -0,0 +1,3 @@ +MD5 (gaim-meanwhile-1.2.8.tar.gz) = da891cb5304776ace34ce63c7f666172 +SHA256 (gaim-meanwhile-1.2.8.tar.gz) = 8c3fe63b3962a8c6741503b3403b518f5f0ac0d116c4a5f0f11d10806774b2c9 +SIZE (gaim-meanwhile-1.2.8.tar.gz) = 366903 diff --git a/net-im/meanwhile-gaim/pkg-descr b/net-im/meanwhile-gaim/pkg-descr new file mode 100644 index 000000000..f254687e0 --- /dev/null +++ b/net-im/meanwhile-gaim/pkg-descr @@ -0,0 +1,4 @@ +Meanwhile-gaim is a Gaim plug-in that adds Lotus Sametime Community Client +support. + +WWW: http://meanwhile.sourceforge.net/ diff --git a/net-im/meanwhile-gaim/pkg-plist b/net-im/meanwhile-gaim/pkg-plist new file mode 100644 index 000000000..1b1e86e9a --- /dev/null +++ b/net-im/meanwhile-gaim/pkg-plist @@ -0,0 +1,4 @@ +lib/gaim/libmwgaim.la +lib/gaim/libmwgaim.so +share/pixmaps/gaim/status/default/external.png +share/pixmaps/gaim/status/default/meanwhile.png |