summaryrefslogtreecommitdiff
path: root/print/rubber/Makefile
blob: 4c72918fefd12452c180897e64af6aad38ddb0c7 (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
25
# New ports collection makefile for:   rubber
# Date created:        25 march 2003
# Whom:                sbaro
#
# $FreeBSD$
#

PORTNAME=	rubber
PORTVERSION=	0.99.5
PORTREVISION=	1
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>