mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
4942ce5a7d
- Add significantly better support in bsd.python.mk for working with Python Eggs and the easy_install system Tested by: pointyhat runs Approved by: pav (portmgr) Most work by: perky Thanks to: pav
28 lines
710 B
Makefile
28 lines
710 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
|
|
PYDISTUTILS_PKGNAME= pyflowtools
|
|
|
|
.include <bsd.port.mk>
|