freebsd-ports/devel/libpthread-stubs/Makefile
Ashish SHUKLA 9cba0ef67a - Update devel/libpthread-stubs to 0.4
- Chase libpthread-stubs update, and also switch to BUILD_DEPENDS
  from LIB_DEPENDS, as port is now only .pc file

PR:		218015
Submitted by:	rezny
2017-03-29 06:50:28 +00:00

18 lines
386 B
Makefile

# 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
USES= libtool pathfix tar:bzip2
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
PLIST_FILES= libdata/pkgconfig/pthread-stubs.pc
.include <bsd.port.mk>