blob: 13da1741b1f8beb0e0bb87ef120622a20f121acc (
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-1.66
XEMACS= yes
MASTERDIR= ${.CURDIR}/../yatex
COMMENT= ${.CURDIR}/pkg/COMMENT
PLIST= ${.CURDIR}/pkg/PLIST
.include "${MASTERDIR}/Makefile"
|