summaryrefslogtreecommitdiff
path: root/devel/pth/Makefile
diff options
context:
space:
mode:
Diffstat (limited to 'devel/pth/Makefile')
-rw-r--r--devel/pth/Makefile15
1 files changed, 15 insertions, 0 deletions
diff --git a/devel/pth/Makefile b/devel/pth/Makefile
new file mode 100644
index 00000000000..54dffb8f203
--- /dev/null
+++ b/devel/pth/Makefile
@@ -0,0 +1,15 @@
+# $NetBSD: Makefile,v 1.1.1.1 1999/07/05 05:09:48 sakamoto Exp $
+#
+
+DISTNAME= pth-1.0b2
+CATEGORIES= devel
+MASTER_SITES= ${MASTER_SITE_GNU:=pth/}
+
+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"