aboutsummaryrefslogtreecommitdiff
path: root/www/htmlcxx/Makefile
blob: 171fca564f95b5e04a015aba22e027deac3a717c (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
PORTNAME=	htmlcxx
PORTVERSION=	0.87
CATEGORIES=	www textproc
MASTER_SITES=	SF/htmlcxx/v${PORTVERSION} \
		https://github.com/bonitao/htmlcxx/releases/download/v${PORTVERSION}/

MAINTAINER=	sunpoet@FreeBSD.org
COMMENT=	HTML and CSS APIs for C++

LICENSE=	LGPL20
LICENSE_FILE=	${WRKSRC}/LGPL_V2

USES=		bison:alias iconv libtool localbase:ldflags pathfix

GNU_CONFIGURE=	yes
INSTALL_TARGET=	install-strip
USE_LDCONFIG=	yes

post-patch:
	@${REINPLACE_CMD} -e 's|-liconv|${ICONV_LIB}|' ${WRKSRC}/configure

.include <bsd.port.mk>