blob: 2cb92463a470934325da80e7c3605b38c4ffd263 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
|
# 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"
|