2013-04-23 16:20:25 +02:00
|
|
|
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
2004-06-25 00:54:23 +02:00
|
|
|
# $FreeBSD$
|
|
|
|
|
|
|
|
PORTNAME= meanwhile
|
2006-01-06 05:42:17 +01:00
|
|
|
PORTVERSION= 1.0.2
|
2014-07-09 15:21:04 +02:00
|
|
|
PORTREVISION= 5
|
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
|
|
|
|
|
2014-07-09 15:21:04 +02:00
|
|
|
USES= gmake libtool pathfix pkgconfig
|
|
|
|
USE_GCC= any
|
2014-01-31 10:26:27 +01:00
|
|
|
USE_GNOME= 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}
|
2013-03-08 11:51:34 +01:00
|
|
|
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
2011-09-24 00:26:39 +02:00
|
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
2014-07-09 15:21:04 +02:00
|
|
|
INSTALL_TARGET= install-strip
|
2005-11-02 02:29:48 +01:00
|
|
|
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
|
2004-06-25 00:54:23 +02:00
|
|
|
|
2013-03-08 11:51:34 +01:00
|
|
|
post-patch:
|
|
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
|
|
${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch]
|
|
|
|
|
2005-03-20 05:52:36 +01:00
|
|
|
.include <bsd.port.mk>
|