mirror of
https://git.FreeBSD.org/ports.git
synced 2025-02-07 11:49:40 +00:00
13 lines
252 B
Makefile
13 lines
252 B
Makefile
# New ports collection makefile for: fltk-threads
|
|
# Date created: 4 February 2005
|
|
# Whom: Thierry Thomas <thierry@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
MASTERDIR= ${.CURDIR}/../fltk/
|
|
|
|
WITH_THREADS= yes
|
|
|
|
.include "${MASTERDIR}/Makefile"
|