aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorVasil Dimov <vd@FreeBSD.org>2007-02-12 16:11:21 +0000
committerVasil Dimov <vd@FreeBSD.org>2007-02-12 16:11:21 +0000
commit85d3fdfa40dd90190c3883cb7fec02feca931671 (patch)
tree737a7f66eded5ea91184e12411f23e2cfbf52803
parentdf61e1a2d57d4ed96770acb6d464a3e1e498385e (diff)
downloadports-85d3fdfa40dd90190c3883cb7fec02feca931671.tar.gz
ports-85d3fdfa40dd90190c3883cb7fec02feca931671.zip
Notes
-rw-r--r--devel/Makefile1
-rw-r--r--devel/pth-hard/Makefile14
2 files changed, 15 insertions, 0 deletions
diff --git a/devel/Makefile b/devel/Makefile
index 7fb4b1409988..23031dc12b58 100644
--- a/devel/Makefile
+++ b/devel/Makefile
@@ -1719,6 +1719,7 @@
SUBDIR += pstreams
SUBDIR += psvn
SUBDIR += pth
+ SUBDIR += pth-hard
SUBDIR += ptmalloc
SUBDIR += ptypes
SUBDIR += publib
diff --git a/devel/pth-hard/Makefile b/devel/pth-hard/Makefile
new file mode 100644
index 000000000000..eddf9b656f42
--- /dev/null
+++ b/devel/pth-hard/Makefile
@@ -0,0 +1,14 @@
+# New ports collection makefile for: pth-hard
+# Date created: 9 February 2007
+# Whom: Martin Matuska <martin@matuska.org>
+#
+# $FreeBSD$
+#
+
+PKGNAMESUFFIX= -hard
+
+CONFLICTS= pth-2.*
+
+MASTERDIR= ${.CURDIR}/../pth
+
+.include "${MASTERDIR}/Makefile"