aboutsummaryrefslogtreecommitdiff
path: root/devel/pth-hard
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 /devel/pth-hard
parentdf61e1a2d57d4ed96770acb6d464a3e1e498385e (diff)
downloadports-85d3fdfa40dd90190c3883cb7fec02feca931671.tar.gz
ports-85d3fdfa40dd90190c3883cb7fec02feca931671.zip
Add devel/pth-hard - a slave port of devel/pth which has hard syscalls
turned on. PR: ports/108975 Submitted by: Martin Matuska <martin@matuska.org>
Notes
Notes: svn path=/head/; revision=185009
Diffstat (limited to 'devel/pth-hard')
-rw-r--r--devel/pth-hard/Makefile14
1 files changed, 14 insertions, 0 deletions
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"