mirror of
https://git.freebsd.org/ports.git
synced 2025-04-28 01:26:39 -04:00
Several bug fixes and enhancements Changes: https://github.com/outpaddling/libxtend/releases
19 lines
348 B
Makefile
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>
|