mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-05 22:43:24 +00:00
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"
|