ports/devel/libfixposix/Makefile
Tobias Kortkamp 5bc9c95f5e New port: devel/libfixposix
The purpose of libfixposix is to offer replacements for parts of
POSIX whose behaviour is inconsistent across *NIX flavours.

WWW: https://github.com/sionescu/libfixposix
2018-12-30 06:26:05 +00:00

22 lines
389 B
Makefile

# $FreeBSD$
PORTNAME= libfixposix
DISTVERSIONPREFIX= v
DISTVERSION= 0.4.3
CATEGORIES= devel
MAINTAINER= tobik@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>