8 lines
144 B
Makefile
8 lines
144 B
Makefile
# Created by: thinker <thinker@branda.to>
|
|
# $FreeBSD$
|
|
|
|
WITH_PYTHON= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../clearsilver
|
|
|
|
.include "${MASTERDIR}/Makefile"
|