ports/devel/libxtend/Makefile
Jason W. Bacon cff47c67ef devel/libxtend: Update to 0.2.1
Several bug fixes and enhancements
Changes: https://github.com/outpaddling/libxtend/releases
2025-04-26 15:33:19 -05:00

19 lines
348 B
Makefile

PORTNAME= libxtend
DISTVERSION= 0.2.1
CATEGORIES= devel
MAINTAINER= jwb@FreeBSD.org
COMMENT= Miscellaneous functions to extend libc
WWW= https://github.com/outpaddling/libxtendc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= outpaddling
INSTALL_TARGET= install-strip
.include <bsd.port.mk>