freebsd-ports/net-mgmt/py-flowtools/Makefile
Roman Bogorodskiy 8b0058f7ec MASTER_SITE moved.
Reported by:	pointyhat via kris
2005-11-15 12:11:03 +00:00

26 lines
677 B
Makefile

# Ports collection makefile for: py-flowtools
# Date created: 16 Sep 2004
# Whom: Roman Bogorodskiy <bogorodskiy@inbox.ru>
#
# $FreeBSD$
#
PORTNAME= flowtools
PORTVERSION= 0.3
CATEGORIES= net-mgmt python
MASTER_SITES= http://www.icir.org/robin/flowtools/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflowtools-${PORTVERSION}
MAINTAINER= novel@FreeBSD.org
COMMENT= Python extension module for reading flow-tools' data
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
PLIST_FILES= %%PYTHON_SITELIBDIR%%/flowtools.so
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>