freebsd-ports/devel/libxtend/Makefile
Jason W. Bacon 1f51bfb760 devel/libxtend: Update to 0.1.5
Numerous small bug fixes and enhancements
Several new functions added to the library
Changes: https://github.com/outpaddling/libxtend/tags
2022-03-15 16:33:40 -05:00

21 lines
345 B
Makefile

PORTNAME= libxtend
DISTVERSION= 0.1.5
CATEGORIES= devel
MAINTAINER= jwb@FreeBSD.org
COMMENT= Miscellaneous functions to extend libc
LICENSE= BSD2CLAUSE
LICENSE_FILE= ${WRKSRC}/LICENSE
USE_GITHUB= yes
USE_LDCONFIG= yes
GH_ACCOUNT= outpaddling
INSTALL_TARGET= install-strip
pre-build:
cd ${WRKSRC} && ${MAKE} depend
.include <bsd.port.mk>