summaryrefslogtreecommitdiff
path: root/print/rubber/Makefile
blob: b112c7b35af4872da1e75a48ce23d061494460ef (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
# 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>