diff options
author | agc <agc@pkgsrc.org> | 1997-10-10 19:52:02 +0000 |
---|---|---|
committer | agc <agc@pkgsrc.org> | 1997-10-10 19:52:02 +0000 |
commit | 680483d4ce072baa0fc381684a8def4235da5054 (patch) | |
tree | 642e59564c83e5e0a8d0edb03e572bed71515738 /devel/mit-pthreads/Makefile | |
parent | e0c2b0e905204f529d57e5a3216a23f28e7eb152 (diff) | |
download | pkgsrc-680483d4ce072baa0fc381684a8def4235da5054.tar.gz |
Initial import of Chris Provenzano's MIT Pthreads POSIX threads
implementation, version 1.60beta6. Passes all its self tests on
NetBSD/i386 1.2G. Not tested on any other architecture.
Please note that this installs into ${PREFIX}/pthreads/...
Diffstat (limited to 'devel/mit-pthreads/Makefile')
-rw-r--r-- | devel/mit-pthreads/Makefile | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile new file mode 100644 index 00000000000..786f8b062a5 --- /dev/null +++ b/devel/mit-pthreads/Makefile @@ -0,0 +1,21 @@ +# $NetBSD: Makefile,v 1.1.1.1 1997/10/10 19:52:02 agc Exp $ +# New ports collection makefile for: MIT pthreads +# Version required: 1.60beta6 +# Date created: 10th October 1997 +# Whom: Alistair Crooks (agc@netbsd.org) +# + +DISTNAME= pthreads-1_60_beta6 +PKGNAME= mit-pthreads-1.60b6 +CATEGORIES= devel +MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/ + +GNU_CONFIGURE= yes +USE_GMAKE= yes +MAKEFILE= GNUmakefile + +post-install: + find ${PREFIX}/pthreads/include -type f -print|xargs chmod 644 + find ${PREFIX}/pthreads/include -type d -print|xargs chmod 755 + +.include <bsd.port.mk> |