blob: 649a6fecb061b14a63afc1f95cb8e23156b57e8d (
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@FreeBSD.org>
#
# $FreeBSD$
#
PKGNAME= yatex-xemacs-mule-1.66
XEMACS-MULE= yes
MASTERDIR= ${.CURDIR}/../yatex
COMMENT= ${.CURDIR}/pkg/COMMENT
PLIST= ${.CURDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|