summaryrefslogtreecommitdiff
path: root/devel/libfixposix/Makefile
blob: 1cebb9f7f059d3e02ae66b42ce752406253de1b9 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
PORTNAME=	libfixposix
DISTVERSIONPREFIX=	v
DISTVERSION=	0.4.3
PORTREVISION=	2
CATEGORIES=	devel

MAINTAINER=	ports@shiori.com.br
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>