diff options
author | miwi <miwi@FreeBSD.org> | 2007-03-13 08:44:37 +0000 |
---|---|---|
committer | miwi <miwi@FreeBSD.org> | 2007-03-13 08:44:37 +0000 |
commit | 4f48809650b5fbb787fedd91f68f14b34478a929 (patch) | |
tree | f7168ba55aa2740e4fb6d7b393651cc5ba67bbe9 /x11-toolkits/tk84-thread/Makefile | |
parent | ef7e05590cc0b7bc177581c768a449ba0a2ae4f0 (diff) | |
download | FreeBSD-ports-4f48809650b5fbb787fedd91f68f14b34478a929.zip FreeBSD-ports-4f48809650b5fbb787fedd91f68f14b34478a929.tar.gz |
- Add tk84-threads as slave port.
PR: ports/110133
Submitted by: Martin Matuska <martin at matuska.org>
Diffstat (limited to 'x11-toolkits/tk84-thread/Makefile')
-rw-r--r-- | x11-toolkits/tk84-thread/Makefile | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/x11-toolkits/tk84-thread/Makefile b/x11-toolkits/tk84-thread/Makefile new file mode 100644 index 0000000..004110d --- /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 <martin@matuska.org> +# +# $FreeBSD$ +# + +WITH_THREADS= yes + +MASTERDIR= ${.CURDIR}/../tk84 + +.include "${MASTERDIR}/Makefile" |