diff options
author | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:40:54 +0800 |
---|---|---|
committer | mezz <mezz@df743ca5-7f9a-e211-a948-0013205c9059> | 2006-07-28 01:40:54 +0800 |
commit | cb50ab72ad4b270ee0f150e822edc15a70e38c43 (patch) | |
tree | d51e92684a34afc14beb130b9bbc15b94a304487 /net-im/meanwhile-gaim/Makefile | |
parent | efa94d775679bc6c7257021123222fbbe9488ba4 (diff) | |
download | marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar.gz marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar.bz2 marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar.lz marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar.xz marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.tar.zst marcuscom-ports-cb50ab72ad4b270ee0f150e822edc15a70e38c43.zip |
-USE_X_PREFIX -> USE_XLIB.
-X11BASE -> LOCALBASE, gaim lives in LOCALBASE.
-Bump the PORTREVISION.
git-svn-id: svn://creme-brulee.marcuscom.com/ports/trunk@6866 df743ca5-7f9a-e211-a948-0013205c9059
Diffstat (limited to 'net-im/meanwhile-gaim/Makefile')
-rw-r--r-- | net-im/meanwhile-gaim/Makefile | 52 |
1 files changed, 52 insertions, 0 deletions
diff --git a/net-im/meanwhile-gaim/Makefile b/net-im/meanwhile-gaim/Makefile new file mode 100644 index 000000000..514d90ad7 --- /dev/null +++ b/net-im/meanwhile-gaim/Makefile @@ -0,0 +1,52 @@ +# New ports collection makefile for: meanwhile-gaim +# Date created: 24 June 2004 +# Whom: marcus@FreeBSD.org +# +# $FreeBSD$ +# + +PORTNAME= meanwhile +PORTVERSION= 1.2.8 +PORTREVISION= 2 +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} "" + +.include <bsd.port.mk> |