# Makefile for FreeBSD ports # Hye-Shik Chang <18 Feb 2002> all: build build: ${PYTHON_CMD} setup.py build install: build ${PYTHON_CMD} setup.py install .include "${PORTSDIR}/Mk/bsd.python.mk" # ex: noet ts=8 sts=8