1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-03 01:23:49 +00:00
freebsd-ports/www/htmlcxx/Makefile
Dmitry Marakasov 2a00c5058e - Switch to USES=libtool, drop .la files
Approved by:	portmgr blanket
2014-06-21 07:05:26 +00:00

28 lines
491 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
BUILD_DEPENDS= bison:${PORTSDIR}/devel/bison
USES= iconv libtool
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CPPFLAGS+= -I${LOCALBASE}/include
LDFLAGS+= -L${LOCALBASE}/lib
MAKE_JOBS_UNSAFE=yes
MAKE_ARGS= pkgconfigdir="${PREFIX}/libdata/pkgconfig"
.include <bsd.port.mk>