ports/www/htmlcxx/Makefile
Antoine Brodin a32054e27e Allow building with bison 3
PR:		ports/194680
2014-11-30 11:20:35 +00:00

26 lines
481 B
Makefile

# $FreeBSD$
PORTNAME= htmlcxx
PORTVERSION= 0.85
PORTREVISION= 1
CATEGORIES= www textproc
MASTER_SITES= SF
MAINTAINER= kevlo@FreeBSD.org
COMMENT= HTML and CSS APIs for C++
LICENSE= LGPL20
LICENSE_FILE= ${WRKSRC}/LGPL_V2
USES= bison iconv libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE=yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
.include <bsd.port.mk>