mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-04 01:48:54 +00:00
17244822d0
This is a port of rubber, which purpose is to make the building of a LaTeX document automated, from the source files to the final document file, replacing the work of a Makefile. PR: ports/50475 Submitted by: SB <Sylvain.Baro@pps.jussieu.fr>
25 lines
471 B
Makefile
25 lines
471 B
Makefile
# New ports collection makefile for: rubber
|
|
# Date created: 25 march 2003
|
|
# Whom: sbaro
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubber
|
|
PORTVERSION= 0.99.5
|
|
CATEGORIES= print
|
|
MASTER_SITES= http://www.beffara.org/pub/ \
|
|
http://www.beffara.org/pub/old/
|
|
|
|
MAINTAINER= baro@pps.jussieu.fr
|
|
COMMENT= Compilation of LaTeX files
|
|
|
|
USE_PYTHON= yes
|
|
|
|
MAN1= rubber.1 rubber-info.1
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX}
|
|
USE_GMAKE=yes
|
|
|
|
.include <bsd.port.mk>
|