blob: 804aaf90b84edbec22ef956de27b5dc52c46f70d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
|
# Created by: Bj�rn K�nig <bkoenig@alpha-tierchen.de>
PORTNAME= pthsem
PORTVERSION= 2.0.8
PORTREVISION= 3
CATEGORIES= devel
MASTER_SITES= http://www.auto.tuwien.ac.at/~mkoegler/pth/
DISTFILES= ${PORTNAME}_${PORTVERSION}${EXTRACT_SUFX}
MAINTAINER= bkoenig@alpha-tierchen.de
COMMENT= GNU Portable Threads with semaphores
USE_LDCONFIG= yes
GNU_CONFIGURE= yes
USES= gmake libtool pathfix
INSTALL_TARGET= install-strip
MAKE_JOBS_UNSAFE= yes
.include <bsd.port.mk>
|