blob: 452391afb40436262c74dc9c118b4e3ec991146b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
|
# New ports collection makefile for: YaTeX
# Version required: 1.66
# Date created: 98/11/17
# Whom: Satoshi Taoka <taoka@infonets.hiroshima-u.ac.jp>
#
# $Id: Makefile,v 1.4 1998/11/20 18:19:09 itojun Exp $
#
PKGNAME= ja-yatex-1.66
CATEGORIES= japanese print elisp
MULE= yes
MASTERDIR= ${.CURDIR}/../../print/yatex
PLIST= ${.CURDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|