1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-10-22 20:41:26 +00:00
freebsd-ports/devel/pcl/Makefile
2014-01-25 07:46:02 +00:00

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>