freebsd-ports/devel/jakelib2/Makefile
Alexey Dokuchaev ef40f278f3 - Update to version 2.0.2
- Fix the build with modern GCC [1]
- Minor Makefile nits

Reported by:	pointyhat (logs) [1]
2007-07-04 21:49:56 +00:00

37 lines
902 B
Makefile

# ex:ts=8
# New ports collection makefile for: jakelib2
# Date created: Oct 23, 2003
# Whom: ijliao
#
# $FreeBSD$
#
PORTNAME= jakelib2
PORTVERSION= 2.0.2
CATEGORIES= devel
MASTER_SITES= http://www.jakelib.org/lib/jakelib2/download/
MAINTAINER= ports@FreeBSD.org
COMMENT= A cross platform C++ class library with a Java-like API
LIB_DEPENDS= gc.1:${PORTSDIR}/devel/boehm-gc
USE_AUTOTOOLS= libtool:15
GNU_CONFIGURE= yes
CONFIGURE_ENV= CPPFLAGS="${CXXFLAGS} -I${LOCALBASE}/include" \
LDFLAGS="-L${LOCALBASE}/lib"
CONFIGURE_ARGS= --disable-debug
USE_LDCONFIG= yes
INFO= jakelib2
post-patch:
@${REINPLACE_CMD} -e 's|-lpthread|${PTHREAD_LIBS}|' \
${WRKSRC}/configure
# Fixes for GCC 4.2
@${REINPLACE_CMD} -e '178s|gc::||' \
${WRKSRC}/include/jakelib2/gc/gc_cpp.h
@${REINPLACE_CMD} -e 's|SimpleDateFormat::||' \
${WRKSRC}/include/jakelib2/text/SimpleDateFormat.h
.include <bsd.port.mk>