mirror of
https://git.FreeBSD.org/ports.git
synced 2025-01-26 09:46:09 +00:00
c19f2aa05f
- Update MASTER_SITES - Take maintainership Changes: https://sourceforge.net/p/htmlcxx/code/ci/master/tree/README https://github.com/bonitao/htmlcxx/blob/master/README
25 lines
539 B
Makefile
25 lines
539 B
Makefile
# $FreeBSD$
|
|
|
|
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>
|