openbsd-ports/textproc/rubber/Makefile
ajacoutot 595c234f26 Import rubber-1.1.
Rubber is a program whose purpose is to handle all tasks related to the
compilation of LaTeX documents. This includes compiling the document
itself, of course, enough times so that all references are defined, and
running BibTeX to manage bibliographic references. Automatic execution
of dvips to produce PostScript documents is also included, as well as
usage of pdfLaTeX to produce PDF documents.

ok jasper@
2011-09-28 14:13:03 +00:00

34 lines
693 B
Makefile

# $OpenBSD: Makefile,v 1.1.1.1 2011/09/28 14:13:03 ajacoutot Exp $
COMMENT= wrapper for LaTeX and friends
MODPY_EGG_VERSION= 1.1
DISTNAME= rubber-${MODPY_EGG_VERSION}
CATEGORIES= textproc print
HOMEPAGE= https://launchpad.net/rubber/
# GPLv2
PERMIT_PACKAGE_CDROM= Yes
PERMIT_PACKAGE_FTP= Yes
PERMIT_DISTFILES_CDROM= Yes
PERMIT_DISTFILES_FTP= Yes
MASTER_SITES= ${HOMEPAGE}/trunk/${MODPY_EGG_VERSION}/+download/
MODULES= lang/python
RUN_DEPENDS= print/texlive/base
CONFIGURE_STYLE=simple
CONFIGURE_ARGS= --prefix=${PREFIX} \
--python=${MODPY_BIN} \
--datadir=${MODPY_SITEPKG}
do-install:
cd ${WRKSRC} && \
${MODPY_BIN} setup.py install --root ${WRKINST}
.include <bsd.port.mk>