14 lines
273 B
Makefile
14 lines
273 B
Makefile
|
# New ports collection makefile for: clearsilver-python
|
||
|
# Date Created: 20 April 2004
|
||
|
# Whom: thinker <thinker@branda.to>
|
||
|
# Whom: Rui Lopes <rui@ruilopes.com>
|
||
|
#
|
||
|
# $FreeBSD$
|
||
|
#
|
||
|
|
||
|
WITH_PYTHON= yes
|
||
|
|
||
|
MASTERDIR= ${.CURDIR}/../clearsilver
|
||
|
|
||
|
.include "${MASTERDIR}/Makefile"
|