1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-07 06:40:06 +00:00
freebsd-ports/lang/libhx/Makefile
Alexey Dokuchaev 5747f72fc7 lang/libhx: update the port to version 4.23
Purge the -Wl,--undefined-version patch added in commit
82a2ee4733 because it's not needed since version 4.18.

Reported by:	portscout
2024-02-26 09:31:54 +00:00

31 lines
716 B
Makefile

PORTNAME= libHX
PORTVERSION= 4.23
CATEGORIES= lang
MASTER_SITES= https://inai.de/files/libhx/ \
https://codeberg.org/jengelh/libhx/releases/download/v${PORTVERSION}/
MAINTAINER= danfe@FreeBSD.org
COMMENT= C/C++ library with common data structures and functions
WWW= https://inai.de/projects/libhx/
LICENSE= LGPL21+
USES= cpe libtool localbase tar:xz
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_ARGS= --with-pkgconfigdir=${PREFIX}/libdata/pkgconfig
INSTALL_TARGET= install-strip
TEST_TARGET= check
CPE_VENDOR= jan_engelhardt
OPTIONS_DEFINE= DOCS
PORTDOCS= *
DOCSDIR= ${PREFIX}/share/doc/${PORTNAME:tl}
post-install-DOCS-on:
${CP} -a ${INSTALL_WRKSRC}/doc/ ${STAGEDIR}${DOCSDIR}
.include <bsd.port.mk>