d4f0d0048a
- Set X11BASE to ${LOCALBASE} for recent ${OSVERSION}. - Bump PORTREVISION for ports intalling files in ${X11BASE}.
37 lines
823 B
Makefile
37 lines
823 B
Makefile
# ex:ts=8
|
|
# Ports collection Makefile for: rubber
|
|
# Date created: Mar 27, 2003
|
|
# Whom: ijliao
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PORTNAME= rubber
|
|
PORTVERSION= 1.1
|
|
PORTREVISION= 1
|
|
CATEGORIES= textproc
|
|
MASTER_SITES= http://ebeffara.free.fr/pub/
|
|
|
|
MAINTAINER= ports@FreeBSD.org
|
|
COMMENT= A wrapper for LaTeX and friends
|
|
|
|
RUN_DEPENDS= latex:${PORTSDIR}/print/teTeX-base
|
|
|
|
USE_PYTHON= 2.2+
|
|
USE_GMAKE= yes
|
|
HAS_CONFIGURE= yes
|
|
CONFIGURE_ARGS= --prefix=${PREFIX} --infodir=${PREFIX}/${INFO_PATH} \
|
|
--datadir=${PYTHON_SITELIBDIR}
|
|
|
|
MANLANG= "" fr
|
|
MAN1= rubber.1 rubber-info.1 rubber-pipe.1
|
|
INFO= rubber
|
|
|
|
post-install:
|
|
@${FIND} ${PYTHON_SITELIBDIR}/rubber ! -type d | ${SED} \
|
|
's,${PREFIX}/,,' >> ${TMPPLIST}
|
|
@${FIND} ${PYTHON_SITELIBDIR}/rubber -type d | ${SORT} -r | ${SED} \
|
|
's,${PREFIX}/,@dirrm ,' >> ${TMPPLIST}
|
|
|
|
.include <bsd.port.mk>
|