blob: 766ff45a3647ad93b50d5d85f9e16e84cf6aa0ae (
plain)
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
26
27
|
# $NetBSD: Makefile,v 1.4 2005/04/11 21:47:42 tv Exp $
#
DISTNAME= rubber-0.99.8
PKGREVISION= 1
CATEGORIES= textproc
MASTER_SITES= http://ebeffara.free.fr/pub/
MAINTAINER= reilles@loria.fr
HOMEPAGE= http://rubber.sourceforge.net/
COMMENT= Automated system for building LaTeX documents
DEPENDS+= teTeX-bin-[0-9]*:../../print/teTeX-bin
USE_PKGLOCALEDIR= yes
HAS_CONFIGURE= yes
USE_GNU_TOOLS+= make
USE_MAKEINFO= yes
INFO_FILES= rubber.info
TEXINFO_REQD= 4.6
PYTHON_VERSIONS_ACCEPTED= 23
CONFIGURE_ARGS= --python=${PYTHONBIN} --prefix=${PREFIX} \
--datadir=${PREFIX}/share
.include "../../lang/python/application.mk"
.include "../../mk/bsd.pkg.mk"
|