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

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

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

USES=		gmake pkgconfig
USE_GNOME=	gnomehack
USE_BZIP2=	yes
USE_LDCONFIG=	yes

GNU_CONFIGURE=	yes

.include <bsd.port.mk>