1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-04 01:48:54 +00:00
freebsd-ports/print/rubber/Makefile
Edwin Groothuis 17244822d0 Port of rubber.
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>
2003-10-06 05:10:57 +00:00

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>