mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-28 01:06:17 +00:00
23 lines
502 B
Makefile
23 lines
502 B
Makefile
# Created by: Manuel Giraud <manuel.giraud@gmail.com>
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= pcl
|
|
PORTVERSION= 1.6
|
|
CATEGORIES= devel
|
|
MASTER_SITES= http://www.xmailserver.org/
|
|
|
|
MAINTAINER= manuel.giraud@gmail.com
|
|
COMMENT= Portable Coroutine Library
|
|
|
|
USES= gmake
|
|
GNU_CONFIGURE= yes
|
|
USE_LDCONFIG= yes
|
|
|
|
WRKSRC= ${WRKDIR}/lib${PORTNAME}-${PORTVERSION}
|
|
|
|
post-patch: # required at least on sparc64
|
|
@${REINPLACE_CMD} -e '/<ucontext/ { x ; \
|
|
s,.*,#include <inttypes.h>, ; G ; }' ${WRKSRC}/pcl/pcl.c
|
|
|
|
.include <bsd.port.mk>
|