mirror of
https://git.FreeBSD.org/ports.git
synced 2024-10-31 21:57:12 +00:00
23 lines
488 B
Makefile
23 lines
488 B
Makefile
# New ports collection makefile for: tgif2tex for Japanese
|
|
# Version required: 1.46
|
|
# Date created: 12 Mar 1998
|
|
# Whom: Satoshi TAOKA <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
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"
|