summaryrefslogtreecommitdiff
path: root/devel/pth/Makefile
blob: 895ff958c40dd354e374f9efa6fd40e68c1af4bb (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# $NetBSD: Makefile,v 1.15 1999/11/02 18:32:26 mycroft Exp $
#

DISTNAME=	pth-1.2.0
CATEGORIES=	devel
MASTER_SITES=	${MASTER_SITE_GNU:=pth/}

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

CONFLICTS=	pth-current-*

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

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