freebsd-ports/devel/libfixposix/Makefile
Mathieu Arnold cf118ccf87
One more small cleanup, forgotten yesterday.
Reported by:	lwhsu
2021-04-07 10:09:01 +02:00

20 lines
376 B
Makefile

PORTNAME= libfixposix
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.3
CATEGORIES= devel
MAINTAINER= ports@FreeBSD.org
COMMENT= Replacement for inconsistent parts of POSIX
LICENSE= BSL
LICENSE_FILE= ${WRKSRC}/LICENCE
USES= autoreconf libtool pkgconfig
USE_GITHUB= yes
GH_ACCOUNT= sionescu
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
INSTALL_TARGET= install-strip
.include <bsd.port.mk>