diff options
-rw-r--r-- | devel/mit-pthreads/Makefile | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/devel/mit-pthreads/Makefile b/devel/mit-pthreads/Makefile index 8a340c76d93..a44aae341bc 100644 --- a/devel/mit-pthreads/Makefile +++ b/devel/mit-pthreads/Makefile @@ -1,15 +1,18 @@ -# $NetBSD: Makefile,v 1.4 1997/11/13 14:48:50 agc Exp $ # New ports collection makefile for: MIT pthreads # Version required: 1.60beta6 # Date created: 10th October 1997 # Whom: Alistair Crooks (agc@netbsd.org) # +# $NetBSD: Makefile,v 1.5 1998/01/24 04:22:12 hubertf Exp $ +# DISTNAME= pthreads-1_60_beta6 PKGNAME= mit-pthreads-1.60b6 CATEGORIES= devel MASTER_SITES= ftp://sipb.mit.edu/pub/pthreads/ +MAINTAINER= agc@netbsd.org + HAS_CONFIGURE= yes CONFIGURE_ARGS+= --prefix=${PREFIX}/pthreads |