freebsd-ports/devel/pthsem/Makefile
Baptiste Daroussin 0e418b42c3 Support stage
2014-01-25 00:39:12 +00:00

18 lines
362 B
Makefile

# Created by: Björn König <bkoenig@alpha-tierchen.de>
# $FreeBSD$
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
USES= gmake
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>