freebsd-ports/devel/libpthread-stubs/Makefile
Ashish SHUKLA cffcff87c3 - Change my maintainer address.
Approved by:	   pgj (mentor)
2010-06-11 13:37:41 +00:00

30 lines
572 B
Makefile

# New ports collection makefile for: libpthread-stubs
# Date created: 24 January 2007
# Whom: 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
USE_GMAKE= yes
USE_BZIP2= yes
USE_GNOME= gnomehack pkgconfig
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
.include <bsd.port.pre.mk>
.if ${OSVERSION} < 700000
CONFIGURE_ENV+= LDFLAGS=-lpthread
.endif
.include <bsd.port.post.mk>