1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-23 09:10:43 +00:00
freebsd-ports/www/htmlcxx/Makefile
Kevin Lo b97ba36550 Initial import of htmlcxx-0.85.
htmlcxx is a simple non-validating CSS and HTML parser for C++.
2012-09-19 08:08:31 +00:00

25 lines
447 B
Makefile

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