mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-24 00:45:52 +00:00
84ea4ee842
pending the final semi-automatic purge. Approved by: portmgr (implicitly)
16 lines
315 B
Makefile
16 lines
315 B
Makefile
# New ports collection makefile for: YaTeX
|
|
# Date created: 98/11/17
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAMESUFFIX= -xemacs
|
|
|
|
MASTERDIR= ${.CURDIR}/../yatex
|
|
COMMENT= Yet Another LaTeX mode and html mode on Emacs (for XEmacs21)
|
|
|
|
EMACS_PORT_NAME=xemacs21
|
|
|
|
.include "${MASTERDIR}/Makefile"
|