1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-11-30 01:15:52 +00:00
freebsd-ports/devel/pthsem/Makefile
Pav Lucistnik 38eb8c5339 - Mark MAKE_JOBS_UNSAFE
Reported by:	pointyhat
2009-11-20 22:53:09 +00:00

26 lines
480 B
Makefile

# New ports collection makefile for: pthsem
# Date Created: 6 Dec 2007
# Whom: 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
USE_GMAKE= yes
MAN1= pthsem-config.1
MAN3= pthsem.3
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>