freebsd-ports/net-im/meanwhile/Makefile

31 lines
740 B
Makefile
Raw Normal View History

# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
# $FreeBSD$
PORTNAME= meanwhile
2006-01-06 05:42:17 +01:00
PORTVERSION= 1.0.2
PORTREVISION= 5
CATEGORIES= net-im
MASTER_SITES= SF
MAINTAINER= marcus@FreeBSD.org
COMMENT= Open Source implementation of the Lotus Sametime protocol
USES= gmake libtool pathfix pkgconfig
USE_GCC= any
2014-01-31 10:26:27 +01:00
USE_GNOME= glib20
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --enable-doxygen=no \
--with-gmp-prefix=${LOCALBASE}
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
2005-11-02 02:29:48 +01:00
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
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>