diff options
Diffstat (limited to 'japanese/dvi2tty/Makefile')
-rw-r--r-- | japanese/dvi2tty/Makefile | 36 |
1 files changed, 36 insertions, 0 deletions
diff --git a/japanese/dvi2tty/Makefile b/japanese/dvi2tty/Makefile new file mode 100644 index 000000000000..dac25c8ff960 --- /dev/null +++ b/japanese/dvi2tty/Makefile @@ -0,0 +1,36 @@ +# New ports collection makefile for: dvi2tty +# Date created: 30 Mar. 1996 +# Whom: Masafumi NAKANE <max@FreeBSD.org> +# +# $FreeBSD$ +# + +PORTNAME= dvi2tty +PORTVERSION= 5.0 +CATEGORIES= japanese print +MASTER_SITES= LOCAL +MASTER_SITE_SUBDIR= hrs +PKGNAMESUFFIX= -ascii +DISTNAME= dvi2tty${PORTVERSION} + +PATCH_SITES= ${MASTER_SITES} +PATCH_SITE_SUBDIR= ${MASTER_SITE_SUBDIR} +PATCH_DIST_STRIP= -p1 +PATCHFILES= dvi2tty-ascii-jtex-patch dvi2tty.c-patch + +MAINTAINER= turutani@scphys.kyoto-u.ac.jp +COMMENT= Character-based DVI file previewer + +RUN_DEPENDS= jless:${PORTSDIR}/japanese/less + +PLIST_FILES= bin/jdvi2tty bin/dvi2tty bin/disdvi + +MAN1= dvi2tty.1 +MLINKS= dvi2tty.1 jdvi2tty.1 + +do-install: + cd ${WRKSRC} && ${INSTALL_PROGRAM} jdvi2tty disdvi ${PREFIX}/bin + ${INSTALL_MAN} ${WRKSRC}/dvi2tty.1 ${PREFIX}/man/man1 + ${LN} -sf ${PREFIX}/bin/jdvi2tty ${PREFIX}/bin/dvi2tty + +.include <bsd.port.mk> |