1
0
mirror of https://git.FreeBSD.org/ports.git synced 2025-01-04 06:15:24 +00:00
freebsd-ports/print/rubber/Makefile
2004-02-04 05:10:27 +00:00

26 lines
487 B
Makefile

# 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>