# New ports collection makefile for:	pthsem
# Date Created:				6 Dec 2007
# Whom:					Bjrn Knig <bkoenig@alpha-tierchen.de>
#
# $FreeBSD: ports/devel/pthsem/Makefile,v 1.1 2007/12/17 23:20:34 miwi Exp $
#

PORTNAME=	pthsem
PORTVERSION=	2.0.7
CATEGORIES=	devel
MASTER_SITES=	http://www.auto.tuwien.ac.at/~mkoegler/pth/

MAINTAINER=	bkoenig@alpha-tierchen.de
COMMENT=	GNU Portable Threads with semaphores

USE_LDCONFIG=	yes
GNU_CONFIGURE=	yes
USE_GMAKE=	yes

MAN1=		pthsem-config.1
MAN3=		pthsem.3

.include <bsd.port.mk>
