pkgsrc/devel/pth/Makefile

17 lines
366 B
Makefile
Raw Normal View History

# $NetBSD: Makefile,v 1.7 1999/08/11 19:03:35 rh Exp $
1999-07-05 07:09:48 +02:00
#
DISTNAME= pth-1.0.5
1999-07-05 07:09:48 +02:00
CATEGORIES= devel
#MASTER_SITES= ftp://alpha.gnu.org/gnu/pth/
MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
1999-07-05 07:09:48 +02:00
MAINTAINER= packages@netbsd.org
HOMEPAGE= http://www.gnu.org/software/pth/pth.html
USE_LIBTOOL= YES
GNU_CONFIGURE= YES
CONFIGURE_ARGS+= --enable-pthread
.include "../../mk/bsd.pkg.mk"