2008-10-05 15:32:34 +02:00
|
|
|
# New ports collection makefile for: py-plastex
|
|
|
|
# Date created: 2008-10-04
|
|
|
|
# Whom: Wen Heping <wenheping@gmail.com>
|
|
|
|
#
|
|
|
|
# $FreeBSD$
|
|
|
|
#
|
|
|
|
|
|
|
|
PORTNAME= plastex
|
2010-05-21 09:36:05 +02:00
|
|
|
PORTVERSION= 0.9.2
|
2008-10-05 15:32:34 +02:00
|
|
|
CATEGORIES= math python
|
2010-05-21 09:36:05 +02:00
|
|
|
MASTER_SITES= SF/${PORTNAME}/${PORTNAME}/rel-0-9-2
|
2008-10-05 15:32:34 +02:00
|
|
|
PKGNAMEPREFIX= ${PYTHON_PKGNAMEPREFIX}
|
|
|
|
EXTRACT_SUFX= .tgz
|
|
|
|
|
2010-05-21 09:36:05 +02:00
|
|
|
MAINTAINER= ports@FreeBSD.org
|
2008-10-05 15:32:34 +02:00
|
|
|
COMMENT= LaTeX Document Processing Framework
|
|
|
|
|
2010-05-21 09:36:05 +02:00
|
|
|
WRKSRC= ${WRKDIR}/${PORTNAME}
|
2008-10-05 15:32:34 +02:00
|
|
|
USE_PYTHON= yes
|
|
|
|
USE_PYDISTUTILS= yes
|
2010-05-21 09:36:05 +02:00
|
|
|
PYDISTUTILS_PKGNAME= plasTeX
|
2008-10-05 15:32:34 +02:00
|
|
|
|
|
|
|
.include <bsd.port.mk>
|