- Add tk85-thread as slave port.
PR: ports/110134 Submitted by: Martin Matuska <martin at matuska.org>
This commit is contained in:
parent
334230a14b
commit
a89134f0e2
Notes:
svn2git
2021-03-31 03:12:20 +00:00
svn path=/head/; revision=187258
3 changed files with 25 additions and 0 deletions
|
@ -234,6 +234,7 @@
|
|||
SUBDIR += tk84
|
||||
SUBDIR += tk84-thread
|
||||
SUBDIR += tk85
|
||||
SUBDIR += tk85-thread
|
||||
SUBDIR += tkdnd
|
||||
SUBDIR += tkshape
|
||||
SUBDIR += tkstep80
|
||||
|
|
12
x11-toolkits/tk85-thread/Makefile
Normal file
12
x11-toolkits/tk85-thread/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: tk85-thread
|
||||
# Date created: 09 March 2007
|
||||
# Whom: Martin Matuska <martin@matuska.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
WITH_THREADS= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../tk85
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
12
x11-toolkits/tk86-thread/Makefile
Normal file
12
x11-toolkits/tk86-thread/Makefile
Normal file
|
@ -0,0 +1,12 @@
|
|||
# New ports collection makefile for: tk85-thread
|
||||
# Date created: 09 March 2007
|
||||
# Whom: Martin Matuska <martin@matuska.org>
|
||||
#
|
||||
# $FreeBSD$
|
||||
#
|
||||
|
||||
WITH_THREADS= yes
|
||||
|
||||
MASTERDIR= ${.CURDIR}/../tk85
|
||||
|
||||
.include "${MASTERDIR}/Makefile"
|
Loading…
Reference in a new issue