aboutsummaryrefslogtreecommitdiff
path: root/devel/libpthread-stubs/Makefile
blob: b7abd14142ee22c22924d6577dd2b203100d1506 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
# Created by: wahjava
# $FreeBSD$

PORTNAME=	libpthread-stubs
PORTVERSION=	0.4
CATEGORIES=	devel
MASTER_SITES=	http://xcb.freedesktop.org/dist/

MAINTAINER=	ashish@FreeBSD.org
COMMENT=	This library provides weak aliases for pthread functions

LICENSE=	MIT
LICENSE_FILE=	${WRKSRC}/COPYING

USES=		pathfix tar:bzip2
GNU_CONFIGURE=	yes
NO_ARCH=	yes

PLIST_FILES=	libdata/pkgconfig/pthread-stubs.pc

.include <bsd.port.mk>