mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
c160e7ebd3
PR: ports/8771 (part of) Submitted by: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
23 lines
498 B
Makefile
23 lines
498 B
Makefile
# New ports collection makefile for: tgif2tex for Japanese
|
|
# Version required: 1.46
|
|
# Date created: 12 Mar 1998
|
|
# Whom: Satoshi TAOKA <taoka@infonets.hiroshima-u.ac.jp>
|
|
#
|
|
# $Id$
|
|
#
|
|
|
|
PKGNAME= ja-tgif2tex-1.46
|
|
CATEGORIES= japanese print
|
|
|
|
RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/tgif2tex
|
|
PKGDIR= ${.CURDIR}/pkg
|
|
PORTSDOCDIR= ${PREFIX}/share/doc/ja-tgif2tex
|
|
DOCSRC= Makefile \
|
|
how-to-use.tex \
|
|
sample1.obj \
|
|
sample2.obj \
|
|
|
|
.include "${MASTERDIR}/Makefile"
|