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
|
2005-12-29 08:16:49 +01:00
|
|
|
PORTVERSION= 1.0.1
|
2005-11-09 09:21:21 +01:00
|
|
|
CATEGORIES= net-im
|
2004-06-25 00:54:23 +02:00
|
|
|
MASTER_SITES= ${MASTER_SITE_SOURCEFORGE}
|
|
|
|
MASTER_SITE_SUBDIR= ${PORTNAME}
|
|
|
|
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
|
|
COMMENT= Open Source implementation of the Lotus Sametime protocol
|
|
|
|
|
|
|
|
USE_GMAKE= yes
|
2004-08-09 01:50:04 +02:00
|
|
|
USE_GNOME= gnomehack glib20
|
2004-06-25 00:54:23 +02:00
|
|
|
INSTALLS_SHLIB= yes
|
2005-11-15 07:52:12 +01:00
|
|
|
USE_AUTOTOOLS= libtool:15
|
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>
|