mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-25 00:51:21 +00:00
20 lines
351 B
Makefile
20 lines
351 B
Makefile
# Created by: wahjava
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= libpthread-stubs
|
|
PORTVERSION= 0.3
|
|
PORTREVISION= 4
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://xcb.freedesktop.org/dist/
|
|
|
|
MAINTAINER= ashish@FreeBSD.org
|
|
COMMENT= This library provides weak aliases for pthread functions
|
|
|
|
USES= pathfix
|
|
USE_BZIP2= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
GNU_CONFIGURE= yes
|
|
|
|
.include <bsd.port.mk>
|