blob: 18df7fa51417476961156c0345c17a7f4726bab7 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
|
# 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://mail.net.informatik.tu-muenchen.de/~robin/flowtools/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
DISTNAME= pyflowtools-${PORTVERSION}
MAINTAINER= bogorodskiy@inbox.ru
COMMENT= Python extension module for reading flow-tools' data
BUILD_DEPENDS= ${LOCALBASE}/include/ftlib.h:${PORTSDIR}/net-mgmt/flow-tools
CFLAGS+= -I${LOCALBASE}/include -L${LOCALBASE}/lib -fPIC
USE_PYTHON= yes
USE_PYDISTUTILS= yes
.include <bsd.port.mk>
|