mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
7acef1cd7a
spelled out (many of which are ${PKGDIR}/MESSAGE -> ${PKGMESSAGE} type fixes that shouldn't have been necessary) and the string "/pkg/" appear.
42 lines
788 B
Makefile
42 lines
788 B
Makefile
# New ports collection makefile for: tgif2tex for Japanese
|
|
# Date created: 12 Mar 1998
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
CATEGORIES= japanese
|
|
|
|
RUN_DEPENDS= nkf:${PORTSDIR}/japanese/nkf
|
|
|
|
MASTERDIR= ${.CURDIR}/../../print/tgif2tex
|
|
PKGDIR= ${.CURDIR}
|
|
PORTSDOCDIR= ${PREFIX}/share/doc/ja-tgif2tex
|
|
DOCSRC= Makefile \
|
|
example.obj \
|
|
example.tex \
|
|
how-to-use.aux \
|
|
how-to-use.dvi \
|
|
how-to-use.log \
|
|
how-to-use.tex \
|
|
original.dps \
|
|
original.tps \
|
|
pythagoras.dps \
|
|
pythagoras.tps \
|
|
sample1.obj \
|
|
sample1.ps \
|
|
sample2.1.dps \
|
|
sample2.1.tps \
|
|
sample2.2.dps \
|
|
sample2.2.tps \
|
|
sample2.3.dps \
|
|
sample2.3.tps \
|
|
sample2.aux \
|
|
sample2.dvi \
|
|
sample2.log \
|
|
sample2.obj \
|
|
sample2.ps \
|
|
sample2.tex
|
|
|
|
.include "${MASTERDIR}/Makefile"
|