mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-23 00:43:28 +00:00
de78af3ac5
Reviewed by: exp8 run on pointyhat Supported by: miwi
44 lines
1.1 KiB
Makefile
44 lines
1.1 KiB
Makefile
# New ports collection makefile for: tex-omegaware-old
|
|
# Date created: 24 Jan 2004
|
|
# Whom: hrs@FreeBSD.org
|
|
#
|
|
# $FreeBSD$
|
|
|
|
PORTNAME= tex-omegaware-old
|
|
PORTVERSION= 2.0.2
|
|
PORTREVISION= 4
|
|
CATEGORIES= print
|
|
MASTER_SITES= ${MASTER_SITE_LOCAL}
|
|
MASTER_SITE_SUBDIR= hrs/teTeX
|
|
DISTFILES= ${TETEX_SRC} ${TETEX_TEXMF}
|
|
EXTRACT_ONLY= ${TETEX_SRC}
|
|
|
|
MAINTAINER= hrs@FreeBSD.org
|
|
COMMENT= Old version of ovf2ovp, ovp2ovf, ofm2opl, and opl2ofm
|
|
|
|
BUILD_DEPENDS= tangle:${PORTSDIR}/print/teTeX-base
|
|
|
|
DIST_SUBDIR= teTeX
|
|
WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}/texk/web2c
|
|
CONFIGURE_WRKSRC= ${WRKDIR}/tetex-src-${PORTVERSION}
|
|
USE_GMAKE= yes
|
|
USE_PERL5_BUILD= yes
|
|
|
|
TETEX_SRC= tetex-src-${PORTVERSION}.tar.gz
|
|
TETEX_TEXMF= tetex-texmf-${PORTVERSION}.tar.gz
|
|
TEXMF_TREE= ${PREFIX}/share/texmf
|
|
|
|
MAKE_ENV= LN="${LN}" \
|
|
INSTALL_PROGRAM="${INSTALL_PROGRAM}"
|
|
GNU_CONFIGURE= YES
|
|
CONFIGURE_ARGS= --disable-multiplatform \
|
|
--without-texinfo --without-dialog \
|
|
--without-xdvik --without-dvipdfm \
|
|
--with-system-ncurses --with-system-zlib
|
|
CONFIGURE_ENV= INSTALL_PROGRAM="${BSD_INSTALL_SCRIPT}"
|
|
|
|
pre-build:
|
|
${CP} ${FILESDIR}/Makefile.${PORTNAME} ${WRKSRC}/Makefile
|
|
|
|
.include <bsd.port.mk>
|