blob: 36dc84d924eff9bf3e923a131942b4da8e443353 (
plain) (
blame)
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-xemacs-1.66
CATEGORIES= japanese print elisp
XEMACS-MULE= yes
MASTERDIR= ${.CURDIR}/../../print/yatex
PLIST= ${.CURDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|