aboutsummaryrefslogtreecommitdiff
path: root/devel/libfixposix/Makefile
blob: eab4ef76c2f2e04cab66334202e3a4c02d9333c3 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
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>