mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-01 22:05:08 +00:00
6735c4c555
(In my previous commit, I moved these into Makefile of the master port print/yatex.) Noticed by: Kunimichi Takesue <kunitake@kyukyo-u.ac.jp>
17 lines
294 B
Makefile
17 lines
294 B
Makefile
# New ports collection makefile for: YaTeX
|
|
# Version required: 1.67
|
|
# Date created: 98/11/17
|
|
# Whom: Satoshi Taoka <taoka@FreeBSD.org>
|
|
#
|
|
# $FreeBSD$
|
|
#
|
|
|
|
PKGNAME= yatex-xemacs-1.67
|
|
|
|
XEMACS= yes
|
|
|
|
MASTERDIR= ${.CURDIR}/../yatex
|
|
COMMENT= ${.CURDIR}/pkg/COMMENT
|
|
|
|
.include "${MASTERDIR}/Makefile"
|