freebsd-ports/devel/libpthread-stubs/Makefile
Dmitry Marakasov d612e26361 - Add LICENSE
- Update WWW
- Remove USES=libtool, USE_LDCONFIG, add NO_ARCH - this does not install any libraries

Approved by:	portmgr blanket
2018-03-08 08:33:08 +00:00

21 lines
419 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
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>