summaryrefslogtreecommitdiff
path: root/devel/pth-current/Makefile
blob: fb5ccbe151525b80ef2d124487c9ce2e8d6ae145 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
# $NetBSD: Makefile,v 1.2 1999/10/07 05:58:35 rh Exp $
#

DISTNAME=	pth-1.1b3
PKGNAME=	pth-current-1.1b3
CATEGORIES=	devel
MASTER_SITES=	ftp://alpha.gnu.org/gnu/pth/

MAINTAINER=	packages@netbsd.org
HOMEPAGE=	http://www.gnu.org/software/pth/pth.html

BROKEN=		"superceded by pth package"

CONFLICTS=	pth-*

USE_LIBTOOL=	YES
GNU_CONFIGURE=	YES
CONFIGURE_ARGS+=	--enable-pthread

.include "../../mk/bsd.pkg.mk"