From 4f48809650b5fbb787fedd91f68f14b34478a929 Mon Sep 17 00:00:00 2001 From: miwi Date: Tue, 13 Mar 2007 08:44:37 +0000 Subject: - Add tk84-threads as slave port. PR: ports/110133 Submitted by: Martin Matuska --- x11-toolkits/Makefile | 1 + x11-toolkits/tk84-thread/Makefile | 12 ++++++++++++ 2 files changed, 13 insertions(+) create mode 100644 x11-toolkits/tk84-thread/Makefile (limited to 'x11-toolkits') diff --git a/x11-toolkits/Makefile b/x11-toolkits/Makefile index ef8c9f67709d..fcd5338acb2e 100644 --- a/x11-toolkits/Makefile +++ b/x11-toolkits/Makefile @@ -232,6 +232,7 @@ SUBDIR += tk82 SUBDIR += tk83 SUBDIR += tk84 + SUBDIR += tk84-thread SUBDIR += tk85 SUBDIR += tkdnd SUBDIR += tkshape diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile new file mode 100644 index 000000000000..004110d6a9c7 --- /dev/null +++ b/x11-toolkits/tk84-thread/Makefile @@ -0,0 +1,12 @@ +# New ports collection makefile for: tk84-thread +# Date created: 09 March 2007 +# Whom: Martin Matuska +# +# $FreeBSD$ +# + +WITH_THREADS= yes + +MASTERDIR= ${.CURDIR}/../tk84 + +.include "${MASTERDIR}/Makefile" -- cgit