freebsd-ports/net-im/meanwhile/Makefile

30 lines
679 B
Makefile
Raw Normal View History

# 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
PORTREVISION= 2
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
USE_AUTOTOOLS= libtool:22
USE_GMAKE= yes
USE_GNOME= gnomehack glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
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}
2005-03-20 05:52:36 +01:00
.include <bsd.port.mk>