1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-02 06:03:50 +00:00
freebsd-ports/textproc/py-sphinx_numfig/Makefile
Mathieu Arnold 597afc47ba Remove ${PORTSDIR}/ from dependencies, categories r, s, t, and u.
With hat:	portmgr
Sponsored by:	Absolight
2016-04-01 14:25:16 +00:00

28 lines
735 B
Makefile

# Created by: Dru Lavigne <dru@FreeBSD.org>
# $FreeBSD$
PORTNAME= sphinx_numfig
PORTVERSION= r13
CATEGORIES= textproc
MASTER_SITES= http://sourceforge.net/projects/numfig/files/latest/download/
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
MAINTAINER= kris@FreeBSD.org
COMMENT= Autonumbering figures in Sphinx
LICENSE= BSD3CLAUSE
RUN_DEPENDS= ${PKGNAMEPREFIX}sphinx>=1.3.1:textproc/py-sphinx
USES= python tar:tgz
NO_BUILD= yes
SPHINXDIR= ${PYTHON_LIBDIR}/site-packages/sphinx
PLIST_FILES= ${SPHINXDIR}/ext/numfig.py ${SPHINXDIR}/ext/numfig.pyc
do-install:
cd ${WRKDIR}/sphinx_numfig-r13 && \
${MKDIR} ${STAGEDIR}${SPHINXDIR}/ext && \
${PYTHON_CMD} setup.py install ${STAGEDIR}${SPHINXDIR} ${SPHINXDIR}/ext
.include <bsd.port.mk>