2004-06-25 00:54:23 +02:00
|
|
|
# New ports collection makefile for: meanwhile
|
|
|
|
# Date created: 24 June 2004
|
|
|
|
# Whom: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= meanwhile
|
2006-01-06 05:42:17 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2008-06-06 16:17:21 +02:00
|
|
|
PORTREVISION= 2
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2009-08-22 02:32:25 +02:00
|
|
|
MASTER_SITES= SF
|
2004-06-25 00:54:23 +02:00
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
|
|
COMMENT= Open Source implementation of the Lotus Sametime protocol
|
|
|
|
|
2009-08-02 21:36:34 +02:00
|
|
|
USE_AUTOTOOLS= libtool:22
|
2004-06-25 00:54:23 +02:00
|
|
|
USE_GMAKE= yes
|
2004-08-09 01:50:04 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
- Remove unneeded dependency from gtk12/gtk20 [1]
- Remove USE_XLIB/USE_X_PREFIX/USE_XPM in favor of USE_XORG
- Remove X11BASE support in favor of LOCALBASE or PREFIX
- Use USE_LDCONFIG instead of INSTALLS_SHLIB
- Remove unneeded USE_GCC 3.4+
Thanks to all Helpers:
Dmitry Marakasov, Chess Griffin, beech@, dinoex, rafan, gahr,
ehaupt, nox, itetcu, flz, pav
PR: 116263
Tested on: pointyhat
Approved by: portmgr (pav)
2008-04-19 19:56:05 +02:00
|
|
|
USE_LDCONFIG= yes
|
2006-02-23 11:40:44 +01:00
|
|
|
GNU_CONFIGURE= yes
|
2005-11-05 00:23:56 +01:00
|
|
|
CONFIGURE_ARGS= --enable-doxygen=no \
|
|
|
|
--with-gmp-prefix=${LOCALBASE}
|
2005-11-02 02:29:48 +01:00
|
|
|
CONFIGURE_ENV= CPPFLAGS="-I${LOCALBASE}/include" \
|
|
|
|
LDFLAGS="-L${LOCALBASE}/lib"
|
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
|
2004-06-25 00:54:23 +02:00
|
|
|
|
2005-03-20 05:52:36 +01:00
|
|
|
.include <bsd.port.mk>
|