mirror of
https://git.freebsd.org/ports.git
synced 2025-06-18 03:00:42 -04:00
26 lines
621 B
Makefile
26 lines
621 B
Makefile
# Ports collection makefile for: py-networkx
|
|
# Date created: June, 20 2008
|
|
# Whom: dikshie
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= networkx
|
|
PORTVERSION= 0.36
|
|
CATEGORIES= math python
|
|
MASTER_SITES= https://networkx.lanl.gov/download/networkx/ \
|
|
CHEESESHOP
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
MAINTAINER= dikshie@sfc.wide.ad.jp
|
|
COMMENT= Tools for complex network
|
|
|
|
USE_PYTHON= yes
|
|
USE_PYDISTUTILS= yes
|
|
|
|
post-patch:
|
|
@${REINPLACE_CMD} -e 's,%%DOCSDIR%%,${DOCSDIR},' ${WRKSRC}/setup.py
|
|
@${REINPLACE_CMD} -e 's,%%EXAMPLESDIR%%,${EXAMPLESDIR},' ${WRKSRC}/setup.py
|
|
|
|
post-install:
|
|
@${CAT} ${PKGMESSAGE}
|
|
|
|
.include <bsd.port.mk>
|