blob: 31b6e26258c6cb8cb4310663315876f4a4460a0d (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# New ports collection makefile for: libpthread-stubs
# Date created: 24 January 2007
# Whom: wahjava
#
# $FreeBSD$
#
PORTNAME= libpthread-stubs
PORTVERSION= 0.1
CATEGORIES= devel
MASTER_SITES= http://xcb.freedesktop.org/dist/
MAINTAINER= wahjava@gmail.com
COMMENT= This library provides weak aliases for pthread functions
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
CONFIGURE_TARGET= --build=${ARCH}-portbld-freebsd${OSREL}
.include <bsd.port.mk>
|