# Created by: Manuel Giraud <manuel.giraud@gmail.com>
# $FreeBSD: tags/RELEASE_10_0_0/devel/pcl/Makefile 327724 2013-09-20 17:13:42Z bapt $

PORTNAME=	pcl
PORTVERSION=	1.6
CATEGORIES=	devel
MASTER_SITES=	http://www.xmailserver.org/

MAINTAINER=	manuel.giraud@gmail.com
COMMENT=	Portable Coroutine Library

USE_GMAKE=	yes
GNU_CONFIGURE=	yes
USE_LDCONFIG=	yes

MAN3=		pcl.3

WRKSRC=		${WRKDIR}/lib${PORTNAME}-${PORTVERSION}

NO_STAGE=	yes
.include <bsd.port.pre.mk>

.if ${ARCH} == "sparc64"
BROKEN=		Does not compile on sparc64
.endif

.include <bsd.port.post.mk>
