diff options
Diffstat (limited to 'japanese/dvi2ps/Makefile')
-rw-r--r-- | japanese/dvi2ps/Makefile | 54 |
1 files changed, 0 insertions, 54 deletions
diff --git a/japanese/dvi2ps/Makefile b/japanese/dvi2ps/Makefile deleted file mode 100644 index 50314bfe3f26..000000000000 --- a/japanese/dvi2ps/Makefile +++ /dev/null @@ -1,54 +0,0 @@ -# New ports collection makefile for: jp-dvi2ps -# Date created: 15 Sep 1996 -# Whom: Mita Yoshio <mita@jp.FreeBSD.org> -# -# $FreeBSD$ -# - -PORTNAME= dvi2ps -PORTVERSION= 3.2 -PORTREVISION= 1 -CATEGORIES= japanese print -MASTER_SITES= ftp://ftp.math.s.chiba-u.ac.jp/tex/ -DISTNAME= ${PORTNAME}-${PORTVERSION}j - -MAINTAINER= hrs@FreeBSD.org -COMMENT= DVI to PostScript converter Japanese version - -BUILD_DEPENDS= ${LOCALBASE}/lib/libkpathsea.a:${PORTSDIR}/japanese/ptex-base -LIB_DEPENDS= VFlib2.24:${PORTSDIR}/japanese/vflib - -MAN1= dvi2ps.1 -MANLANG= "" ja - -IGNORE= is obsolete and no longer supported with teTeX 3.0 -DEPRECATED= ${IGNORE} -EXPIRATION_DATE=2006-12-01 - -.include <bsd.port.pre.mk> - -post-patch: - @(cd ${WRKSRC}; make newlib) - -post-build: - @(cd ${WRKSRC}/tools; \ - cc -O -o nup nup.c; \ - cc -O -o texfix texfix.c\ - ) -post-install: - @(cd ${WRKSRC}; \ - make install-lib; \ - ${CP} -R doc ${PREFIX}/lib/dvi2ps/ ;\ - ${INSTALL_DATA} ${WRKSRC}/man/dvi2ps.man ${PREFIX}/man/man1/dvi2ps.1 ;\ - ${INSTALL_DATA} ${WRKSRC}/man/dvi2ps.jman \ - ${PREFIX}/man/ja/man1/dvi2ps.1 ;\ - ${RM} -f ${PREFIX}/lib/dvi2ps/doc/dvi2ps.jman ;\ - ${INSTALL_SCRIPT} tools/fontlink ${PREFIX}/lib/dvi2ps ;\ - ${INSTALL_PROGRAM} tools/nup ${PREFIX}/bin ;\ - ${INSTALL_PROGRAM} tools/texfix ${PREFIX}/bin ;\ - ${INSTALL_SCRIPT} tools/psstrip ${PREFIX}/bin ;\ - ${INSTALL_SCRIPT} tools/MakePK ${PREFIX}/bin ;\ - ) - @${SH} ${PKGREQ} ${PKGNAME} INSTALL - -.include <bsd.port.post.mk> |