mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-22 00:35:15 +00:00
fa45aef6d5
would fail to negotiate with servers. Reported by: Ryan Stark <syah@morphium.org>
31 lines
725 B
Makefile
31 lines
725 B
Makefile
# Created by: Joe Marcus Clarke <marcus@FreeBSD.org>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= meanwhile
|
|
PORTVERSION= 1.0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= net-im
|
|
MASTER_SITES= SF
|
|
|
|
MAINTAINER= marcus@FreeBSD.org
|
|
COMMENT= Open Source implementation of the Lotus Sametime protocol
|
|
|
|
USE_AUTOTOOLS= libtool
|
|
USES= pkgconfig gmake pathfix
|
|
USE_GNOME= glib20
|
|
USE_LDCONFIG= yes
|
|
GNU_CONFIGURE= yes
|
|
USE_GCC= any
|
|
CONFIGURE_ARGS= --enable-doxygen=no \
|
|
--with-gmp-prefix=${LOCALBASE}
|
|
CPPFLAGS+= -I${LOCALBASE}/include -DGLIB_COMPILATION
|
|
LDFLAGS+= -L${LOCALBASE}/lib
|
|
|
|
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME}-doc-${PORTVERSION}
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's|glib/.*\.h>|glib.h>|g' \
|
|
${WRKSRC}/samples/*.c ${WRKSRC}/src/*.[ch]
|
|
|
|
.include <bsd.port.mk>
|